- Empty Cart View
- Displaying Cart Items Count
- Deployment
- Delete Cart Item - If a user clicked on the delete button, Cart Item should be removed from the CartList
- Cart Summary -- at the bottom left corner -- Display total amount and number of items in the cart in the Cart Route
- Update Quantity -- User should be able to update the quantity in the cart
- Updating Quantity on adding same Product -- If a user tries to add the same item for the next time, quantity of an item should be updated.
- Remove all cart items at once