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.