gbowne1 / fashion-marketplace

E-commerce Project Built with MongoDB, Express, React, Node.js, and MUI. Browse and purchase products online.
MIT License
3 stars 5 forks source link

[TODO] Fix the ProductCard so it will interact #20

Open gbowne1 opened 9 months ago

gbowne1 commented 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.