Skip to content

constanxe/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping cart

Features

  • add items from products table
  • change quantity of items
  • remove items
  • calculates total price
  • clear cart

Setup

In the project directory, run

  1. npm i to install the dependencies.
  2. npm start to run the app in the development mode. Open http://localhost:3000 to view it in your browser.