https://github.com/supermacro/elm-todo-mvc
Reimplementation of Elm's TodoMVC using Elm v0.18
https://github.com/supermacro/elm-todo-mvc
elm elm-todo functional-programming todomvc
Last synced: 7 months ago
JSON representation
Reimplementation of Elm's TodoMVC using Elm v0.18
- Host: GitHub
- URL: https://github.com/supermacro/elm-todo-mvc
- Owner: supermacro
- License: mit
- Created: 2018-03-17T21:54:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T00:52:44.000Z (over 7 years ago)
- Last Synced: 2025-01-28T08:51:17.442Z (9 months ago)
- Topics: elm, elm-todo, functional-programming, todomvc
- Language: Elm
- Size: 69.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Elm TO-DO
A reimplementation of [Elm Todo](http://todomvc.com/examples/elm/).
The current version in TodoMVC uses Elm v0.17. So I thought I'd practice elm and also update it to the latest version!
**[DEMO](https://zealous-aryabhata-6dbac7.netlify.com/)**
Using my [Elm boilerplate](https://github.com/gDelgado14/elm-boilerplate)!
## TODO
- Add undo keyboard shortcut
- Allow todo's to be draggable & reorderable
## Requirements
- [NodeJS](https://nodejs.org/en/)
- [Elm](https://guide.elm-lang.org/install.html)
## Booting Up the App 🚀
```
> npm install
> elm package install
> npm start
```