stardustmeg / greenshop

Greenshop
https://mad-wizards-greenshop.netlify.app/
MIT License
6 stars 1 forks source link

[sprint_3] 🎯 Issue RSS-ECOMM-3_07: Redirect to Detailed Product Page (5 points) #144

Closed stardustmeg closed 5 months ago

stardustmeg commented 6 months ago

🎯 Issue RSS-ECOMM-3_07: Redirect to Detailed Product Page (5 points)

📋 Description

When users click on a product card 🃏, they should be redirected 🔄 to a detailed product information page 📄 for the selected product.

🔨 Implementation Details

  1. Product Link: Each product card should be a clickable entity 👆, ideally implemented as a link 🔗 that directs to the corresponding product detail page. The clickable area can be the entire card or just a part of it, such as the product's name or an individual "View Details" button.

✅ Acceptance Criteria

🔗 Useful Links and Resources

  1. Creating hyperlinks in HTML
stardustmeg commented 6 months ago

[sprint_3] 🎯 Issue RSS-ECOMM-3_07: Redirect to Detailed Product Page (5 points)