Welcome to the React Styling Showcase! This project demonstrates various styling methods for React components, including:
- Inline Styles
- CSS Stylesheets
- CSS Modules
- Styled Components
- Emotion
- Tailwind CSS
In addition to showcasing these styling methods, Tailwind CSS is also integrated for a comprehensive exploration of modern styling techniques in React applications.
To get started with the React Styling Showcase, follow these steps:
-
Clone the repository:
git clone https://github.com/trishna456/stylingReact.git
-
Navigate to the project directory:
cd stylingReact
-
Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and navigate to http://localhost:3000 to view the application.