Skip to content

scnfilho/elm-todomvc

This branch is 22 commits behind evancz/elm-todomvc:master.

Repository files navigation

TodoMVC in Elm - Try It!

All of the Elm code lives in Todo.elm and relies on the elm-lang/html library.

There also is a port handler set up in index.html to set the focus on particular text fields when necessary.

Build Instructions

Run the following command from the root of this project:

elm-make Todo.elm --output elm.js

Then open index.html in your browser!

About

Proper implementation of the TodoMVC app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 49.0%
  • CSS 46.0%
  • HTML 5.0%