Open gbowne1 opened 9 months ago
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.
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.