5. Shopping Cart - michael-gann/Petsy GitHub Wiki
Overview
Shopping cart will display items that users have added to their shopping cart from an item page. Users can remove items from their cart here or update the quantity of an item. There will be a mock checkout displayed to the right of the cart contents.
DB Models Needed
- Item, Pet, User, Category, Review
Components
- Item
- Checkout
Backend
- Local Storage - store and retrieve items
Frontend
- Shopping Cart "/users/:id/cart"