Responsive Dessert Menu Using HTML, CSS and Javascript
Design comparison
Solution retrospective
This is the first challenge I've done so far, I'm really proud of it since all the knowledge and practice I've got over the course of my learning path was put into this
What challenges did you encounter, and how did you overcome them?It was really difficult for me to display the items added to the cart and then remove them whenever the remove button was clicked and also keep track of how many orders of the same dessert were being ordered, I didnt know how to do it at first but then I learned about set and map in javascript which helped me create an array with unique items and also keep track of the times an items was being duplicated so I used key-value pairs for that
Community feedback
- @surajb0710Posted 3 months ago
This is amazing, I am trying the same challenge, not able to complete so far. Below things can be improved.
- When any item is added, add to cart button needs to be changed
- Mobile responsiveness needs improvement
- Add to cart button position can be corrected as per design(I can understand the pain)
0 - @ahasan06Posted 3 months ago
love this. I have also solve this few days ago.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord