In this tutorial you will learn how to create a Shopping List – responsive web application which you can access from any device.
You will learn how to:
- Create the form to add new items to your shopping list
- Display all items in the shopping list
- Mark items as completed
- Option to print the entire list
- Option to remove completed items
- Create responsive layout for your application to access it from your mobile while shopping
- Write tests for your AngularJs module and all its services and methods
All this using:
- AngularJS
- PHP with PDO
- SQLite database
- Zurb Foundation 5
- Jasmine behavior-driven testing framework