gbowne1/fashion-marketplace
[TODO] Fix the ProductCard so it will interact
Open
#20 opened on Jan 30, 2024
bugdocumentationenhancementgood first issuehelp wantedquestion
Repository metrics
- Stars
- (10 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Clicking on the add to cart or buy now button in the Product card should place the item in the cart using the ShoppingCart and a CartContext file.
Create a CartContext so that the ProductCard works in conjunction with the ShoppingCart.
The card should also trigger reviews using the Stars, Displaying current prices, displaying a unavailable status, etc.
There might be an API and a product database for this.