- TodoList
- TodoItem
- TodoFooter
- TodoHeader
- Edit todo - (double-click on the todo text)
- Save - (click outside todo-item input, press enter key)
- Remove - click on the
x
- Complete - click on
√
- Complete all / un-complete all
- create new todo
- Show (filter) All
- Show (filter) Active
- Show (filter) Completed
- Show the current todo count
$ serve ./
- Implement templating language like: http://slim-lang.com/