Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Product Details Page #35

Open Nostromos opened 5 months ago

Nostromos commented 5 months ago

Each product in the listings page should link to a details page containing more information about that product. The product details page should also provide functionality allowing users to add the detailed item to their carts.

Create the necessary component(s) for the details page and fetch data from your API to be displayed. Update your products listing page to link to the details page for each product.