Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 714 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 714 Bytes

How to Install

Steps......

1. Clone the git repository or download the zip file in your working directory

2. Using node package manager(npm) run the command : npm install

This will install the dependency packages in your directory

3. Then run the command npm start to execute the project in the browser.

Suggestions and Features


1. We can have a feature to remove the items from the cart.

2. An option to add an item to wishlist for future buy.

3. Sorting the items/price for user preferences.

Implementation


I have implemented the feature to remove the items from the cart.