-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
- Implement a product page that lists several cakes available for purchase.
- Each cake should display its name, image, short description, original price, and whether it is on discount.
- If the cake is on discount, display its discounted price. Users should be able to view the available cakes and their details on this page. - The products should be read from the provided products.json file.