Awesome Day
is a simple todo app. You can start your every day by add todo items and complete them one by one.
Store all data with localStorage, you can clear by clicking the menu item.
You can use hotkeys anywhere, it doesn't care where the focus is.
Change todo item name by clicking it.
npm install
bower install
grunt serve
Running npm test
will run the end-to-end tests with protractor.
This application is inspired by http://bootsnipp.com/snippets/featured/todo-example.