Skip to content
/ crudElm Public

Create, Read, Update and Delete With Persistent Local Storage Web app in Elm

Notifications You must be signed in to change notification settings

Mnpr/crudElm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 :

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

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


Alt todo app screenshot


About

Create, Read, Update and Delete With Persistent Local Storage Web app in Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published