Shopping List
Let's implement a shopping list as follows:
- It includes two fields - one for name of item and one for price
 - On adding new item, it updates the total and the total with tax
 - We are able to also remove and/or edit items as we see fit.
 
Let's implement a shopping list as follows: