Features of react shopping cart
- Display products
- Add items to the cart
- Remove items from the cart
- Display the number of items in the cart
- Display the total price of the items in the cart
- Display the total price for each option in the cart based upon quantity
- Change our "Add To Cart" button caption to "Sold Out" and disable it when inventory is depleted for a given option
- Display the cart after adding a product or clicking the "View Cart" button
Features of react shopping cart