Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mnpr-vcs/elm-todo
- Owner: mnpr-vcs
- Created: 2024-10-19T02:27:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T02:28:32.000Z (4 months ago)
- Last Synced: 2025-02-03T09:47:09.890Z (7 days ago)
- Topics: crud, elm, todolist
- Language: Elm
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
* * *