A reimplementation of Elm Todo.
The current version in TodoMVC uses Elm v0.17. So I thought I'd practice elm and also update it to the latest version!
Using my Elm boilerplate!
- Add undo keyboard shortcut
- Allow todo's to be draggable & reorderable
> npm install
> elm package install
> npm start