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
- Host: GitHub
- URL: https://github.com/deep110/elm-todo-app
- Owner: deep110
- License: mit
- Created: 2019-04-28T17:28:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:56:52.000Z (over 3 years ago)
- Last Synced: 2023-02-28T18:52:17.471Z (over 3 years ago)
- Language: Elm
- Size: 293 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```