Skip to content

mayankreg/reactJS-shopping-cart-web-appilication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend for an ecommerce website.

Functionality:

  1. user can add to cart
  2. delete from cart
  3. quantity displayed
  4. notification displayed on each action

How to run application:

  1. download & extract in folder
  2. open folder with VS code
  3. make sure npm nodejs package is installed
  4. run npm install
  5. run npm install -g json-server
  6. run json-server public/db.json --port 8000
  7. run npm start