Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 447 Bytes

Shopping Web Application

A shopping web app where you can add items to cart and checkout the items too.

  1. Click add to cart to add the item to cart
  2. Move to your basket to checkout the items

Running the project

In the project directory, you can run:

1) npm install - Installs dependencies

2) npm start - Runs the app in the development mode.\

Open http://localhost:3000 to view it in the browser.