Single Product Page
Closed this issue · 0 comments
mounibzaidi commented
Create a product page that displays detailed information about the selected product, including name, description, price, and image.
- Add an "Add to Cart" button on the product page.
- Implement functionality to add the selected product to the cart.
- Allow users to specify the quantity of the product they want to add to the cart.
- Store cart information either in local storage or Firestore.