An e-commerce store for eyewear using react
ecom.mp4
- Product listing page
- Filter by price, category, ratings.
- Add to wishlist
- Remove from wishlist
- Add to cart
- Remove from cart
- Authentication
- Address management
- Payment integration
- Coupons
- React
- Breeze.css Component Library
- React router
- Clone the repo
git clone https://github.com/chanchal16/ipops-ecom.git
- Install NPM packages
npm install
- Start dev server
npm start