To-do:
-
Reactive calculator. All variables updated in real time, no need for 'confirm' buttons. -
Visible functionality:
Total cost (of the food)Tip (to waitres...). (Text on bottom like "Default is 10%") (% of total)Divide. To how many people the sum should be divided? (eg. people who eat)Sum for each person who eat- Refactor (in a separate js) to use Destructuring, just for fun!
- Refactor (in a separate js) to use For of instead of Array.forEach, just for fun!