A Basic shopping list application with angular 2 and material.
npm install
npm start
- Need to add some backend that will save the data to a database.
- After adding an item to the list it will check from tesco website and get the lowest price.
- Basic login and register account feature.
- Able to sharing the lists with other users.
- Notify every other user who can see the lists when a new item is added. Update the lists automatically.
- Write e2e/unit tests please...