react-ecommerce
react-ecommerce copied to clipboard
Subtotal Is not Implemented on Cart Page
Description
When a user adds something to their cart, the cart page subtotal is static. We need it to dynamically update when a user adds something to their cart.
How To Reproduce
- Run the App Locally
- Add item to cart
- See that cart subtotal is $262.
Deliverables
- [ ] Fix cart subtotal to accurately reflect items in cart