Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mnpr-vcs/elm-todo

Create, Read, Update and Delete ToDo App With Persistent Local Storage
https://github.com/mnpr-vcs/elm-todo

crud elm todolist

Last synced: 5 days ago
JSON representation

Create, Read, Update and Delete ToDo App With Persistent Local Storage

Awesome Lists containing this project

README

        

* * *
# Simple CRUD Elm-App

### Simple todo app written in Elm :

1. Create, Update, Delete
2. JavaScript InterOP using Ports
3. Persistent LocalStorage
4. Model-View-Update

* * *

### Steps to run the app

[ 1 ] . Compile and download the dependencies :

```SHELL

elm make src/Main.elm --optimize --output elm.js

```

[ 2 ] . Open the `Index` Markup file in your favourite Browser.

* * *
![Alt todo app screenshot](elm.png)
* * *