- mobile shop application helps users to add items to cart
🚀 deployed on netlify
-
Clone the repo to your local machine.
-
Install the required dependency for server using :
npm install
-
Start the dev server using :
npm run dev
-
Create a production ready react app using the command :
npm run build
Users can try the following features implemented
- User can add the product to cart
- User can click on the cart icon that opens the cart page
- In the cart page user can see the cart summary and added items with quantity
- User can decrease and increase the item quantity in the cart page
- User can delete the item in the cart page
- home page
- cart page