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
Feel free to fork this repo and submit pull requests with improvements.
put them
This project is licensed under the MIT License.