frontend for an ecommerce website.
- user can add to cart
- delete from cart
- quantity displayed
- notification displayed on each action
- download & extract in folder
- open folder with VS code
- make sure npm nodejs package is installed
- run npm install
- run npm install -g json-server
- run json-server public/db.json --port 8000
- run npm start