@MonkeyDMauriSubmitted 3 months ago
What are you most proud of, and what would you do differently next time?
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