Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangvanthanh/elm-notes
Notes with Elm
https://github.com/dangvanthanh/elm-notes
elm notes
Last synced: 13 days ago
JSON representation
Notes with Elm
- Host: GitHub
- URL: https://github.com/dangvanthanh/elm-notes
- Owner: dangvanthanh
- Created: 2018-09-04T17:51:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T16:15:07.000Z (over 3 years ago)
- Last Synced: 2024-11-14T20:48:19.314Z (2 months ago)
- Topics: elm, notes
- Language: Elm
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
![](screenshot.png)
## Features
- Store notes as an array of object
- Display note titles on the left
- Select a note on title click
- Edit the selected note on input
- Create a new note with a button
- Delete the selected note with a button
- Filter notes on search input## License
MIT © [Dang Van Thanh](https://dangthanh.org)