Skip to content

chanchal16/ipops-ecom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipops-ecom

An e-commerce store for eyewear using react

Demo

ecom.mp4

Features

  • Product listing page
  • Filter by price, category, ratings.
  • Add to wishlist
  • Remove from wishlist
  • Add to cart
  • Remove from cart
  • Authentication

New Updates

  • Address management
  • Payment integration
  • Coupons

Tech Stack

Run the app locally

  1. Clone the repo
    git clone https://github.com/chanchal16/ipops-ecom.git
  2. Install NPM packages
    npm install
  3. Start dev server
    npm start