We will redo the pizza builder daily exercise of module 1, but this time using Vue.js.
- Display all the buttons to toggle ingredients
- Make them actually toggle the
selected
property - Use
isSelected
combined withv-show
and:class
to display and hide ingredients in the pizza - Display the list of selected ingredients and their price on the right
- Display the total price
See also the comments in index.html