TodoMVC in elm
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
^0.28.11
^0.6.1-alpha
^4.5.0
^1.1.11
^3.0.0
^0.13.0
^0.21.0
^1.0.1
^4.12.0
^3.1.4
^3.0.3
User
20
commits
Separate TodoList out into it's own folder
e3d7df1
Separate Todo out into it's own folder
629e3cb
Separate Filter out into it's own folder
09f9592
Implement active todo count
1c4c912
Implement clearing completed todos
1bd7c97
Small refactor
91a232f
Break up Update.elm
cc24c86
Don't allow adding empty todos
b6cfd0e
Use `Keyed.ul` for the todo list
f997a5f
Implement todo filtering
702aff7
Remove unneeded messages
13d8774
Make messages take Todo instead of TodoIdentifier
3e1d977
Implement removing a todo
52585cf
Add deploy.sh
646d5cd
Implement completing a todo
476f9c3