A modern e-commerce web application built with React and styled using Tailwind CSS. This project demonstrates a responsive and user-friendly shopping experience with features like product browsing, cart management, and a clean, modern UI.
Clone the repository:
git clone [your-repo-url]
Install dependencies:
cd ecommerce-store
npm install
Start the development server:
npm start
The app will be available at http://localhost:3000.
src/
āāā components/ # React components
ā āāā Cart/ # Shopping cart component
ā āāā Home/ # Homepage component
ā āāā Navbar/ # Navigation component
ā āāā Products/ # Product-related components
āāā context/ # React Context for state management
āāā App.js # Main application component
āāā index.js # Application entry point
This project uses Tailwind CSS for styling. The main configuration can be found in:
tailwind.config.js
- Tailwind configurationsrc/index.css
- Global styles and Tailwind directivesnpm start
- Runs the app in development modenpm test
- Launches the test runnernpm run build
- Builds the app for productionnpm run eject
- Ejects from Create React AppContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.