sr-ix / elm-todomvc

Proper implementation of the TodoMVC app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC in Elm - Try It!

Deploy

Project Structure

All of the Elm code lives in Todo.elm and relies on the elm-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

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


Languages

Language:CSS 50.8%Language:Elm 45.1%Language:HTML 4.1%