An open API service indexing awesome lists of open source software.

https://github.com/deep110/elm-todo-app

A simple TODO app in elm
https://github.com/deep110/elm-todo-app

Last synced: about 1 year ago
JSON representation

A simple TODO app in elm

Awesome Lists containing this project

README

          

# Elm TODO

Practice app for learning elm following this [tutorial](https://github.com/dwayne/elm-todos/tree/tutorial/tutorial#elm-todos-tutorial)

Run this to generate the JS.
```
elm make src/Main.elm --output todo.js
```