Taken from TodoMVC
-
Fork and clone this repo.
-
Replace service using localStorage
js/services/toDoStorage.js
with one that consumes an API from some sort of persistent storage, ie. Firebase, MongoHQ, Parse, etc. -
Add the ability to create due dates for the todo task.
-
BONUS - Allow sorting by due dates.
The AngularJS website is a great resource for getting started.
Here are some links you may find helpful:
Articles and guides from the community:
- Code School AngularJS course
- 5 Awesome AngularJS Features
- Using Yeoman with AngularJS
- me&ngular - an introduction to MVW
Get help from other AngularJS users: