Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heitorgandolfi/elm-todo-list
Simple ToDo list application built in Elm for study purposes
https://github.com/heitorgandolfi/elm-todo-list
elm functional-programming
Last synced: 26 days ago
JSON representation
Simple ToDo list application built in Elm for study purposes
- Host: GitHub
- URL: https://github.com/heitorgandolfi/elm-todo-list
- Owner: heitorgandolfi
- Created: 2024-06-29T14:11:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T20:30:20.000Z (4 months ago)
- Last Synced: 2024-09-30T05:07:00.520Z (about 1 month ago)
- Topics: elm, functional-programming
- Language: Elm
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Elm ToDo List
![Elm](https://img.shields.io/badge/Elm-60B5CC?style=for-the-badge&logo=elm&logoColor=white)
This project is a simple ToDo list application built in Elm for study purposes. It demonstrates the core concepts of the Elm architecture, including the use of ports and flags.