todo list app using backbone This project is using:
- backbone
- sass
- grunt
This application has following features:
- addition of todo item (title text only)
- each todo item has default attributes: title, date of creation, priority, completed
- a todo item can be marked complete or incomplete
- all completed todo items can be archived in local storage using 'Archive Completed' hyperlink
- all archived todo items can be seen using 'Show Archive' hyperlink
- todo items can be filtered by using filters which is hidden by default
- filter can be visible by clicking on filter icon on todo items header