Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.25 KB

Preview

Awesome Day

Awesome Day is a simple todo app. You can start your every day by add todo items and complete them one by one.

Build Status Code Climate License Get help on Codementor

Features

Local Storage

Store all data with localStorage, you can clear by clicking the menu item.

Hotkeys support

You can use hotkeys anywhere, it doesn't care where the focus is.

hotkeys

Inline edit

Change todo item name by clicking it.

Build & development

npm install
bower install
grunt serve

Testing

Running npm test will run the end-to-end tests with protractor.

Thanks

This application is inspired by http://bootsnipp.com/snippets/featured/todo-example.