Hobby project with MVC and JavaScript
This is a simple TODO list Web Application made using Javascript. It stores the TODO items in the persistent storage of the browser.
Future Modifications:
- Implement filters like All, Finished, Pending
- Show the number of tasks in each filter group
- Branch and implemnt the same using AngularJS