This is a React-based e-commerce frontend project. It uses the SuperSimpleDev API to fetch products and display them. The app allows users to browse products, add items to the cart, and manage their shopping experience.
- Product listing with details
- Add to cart / remove from cart
- Cart item count update
- Responsive design for mobile & desktop
- Frontend: React (JavaScript, JSX, CSS)
- API: SuperSimpleDev API
/ecommerce-frontend
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Main pages (Home, Cart, etc.)
│ ├── App.js # Root component
│ └── index.js # Entry point
├── public/ # Static assets
├── package.json
└── README.md
-
Clone the repository
git clone https://github.com/your-username/ecommerce-frontend.git cd ecommerce-frontend -
Install dependencies
npm install
-
Start development server
npm start
The app will run at
http://localhost:3000
(Add screenshots of your UI here – Home page, Cart page, etc.)
Feel free to fork this repo and submit pull requests with improvements.
This project is licensed under the MIT License.