Skip to content

avanslaars/elm-todomvc-cypress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 42.8%
  • CSS 30.0%
  • JavaScript 24.9%
  • HTML 2.3%