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

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

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