nhaesler / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.

Home Page:http://evancz.github.io/elm-todomvc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 store the Elm application's state in localStorage on every update.

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

The TodoMVC app written in Elm, nice example for beginners.

http://evancz.github.io/elm-todomvc/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 56.9%Language:CSS 40.0%Language:HTML 3.1%