/elm-todo-mvc

Reimplementation of Elm's TodoMVC using Elm v0.18

Primary LanguageElmMIT LicenseMIT

Elm TO-DO

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!

DEMO

Using my Elm boilerplate!

TODO

  • Add undo keyboard shortcut
  • Allow todo's to be draggable & reorderable

Requirements

Booting Up the App 🚀

> npm install
> elm package install
> npm start