Skip to content

pethin/elm-todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

  • CSS 50.9%
  • Elm 45.0%
  • HTML 4.1%