A basic front-end e-commerce web application for an online clothing store.
Built with React, it features category pages for Men, Women, and Children, along with a Home page that showcases popular items, new collections, and advertisement banners, and a Cart page that displays selected items and their total cost.
- ✅ Category pages:
- Men
- Women
- Children
- ✅ Home page (Shop):
- Popular in Women
- New Collections
- Promotional Banners
- ✅ Cart page:
- Selected item list
- Price totals and summary
git clone (https://github.com/Devansh051/Shopper.git)
cd your-repo-namenpm installnpm startVisit: http://localhost:3000
src/
├── components/ # Reusable UI components
├── pages/ # Men, Women, Children, Cart, Home
├── assets/ # Images and banners
├── App.js # Route setup and layout
└── index.js # Entry point
Coming soon
- Add product filtering and sorting
- Integrate real product data via API
- Add user login/signup and checkout flow
- Responsive UI for all screen sizes
- Built with React
- UI inspired by modern e-commerce layouts
Your Name
Devansh051
[contribute.md ](https://github.com/Devansh051/Shopper/blob/main/contribute.md)