Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnclmorais/thelm
Elm-powered simple link manager.
https://github.com/gnclmorais/thelm
elm
Last synced: 3 days ago
JSON representation
Elm-powered simple link manager.
- Host: GitHub
- URL: https://github.com/gnclmorais/thelm
- Owner: gnclmorais
- License: mit
- Created: 2020-03-17T21:41:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:34:19.000Z (about 2 years ago)
- Last Synced: 2024-11-20T22:57:53.199Z (2 months ago)
- Topics: elm
- Language: Elm
- Homepage: https://thelm.netlify.com
- Size: 416 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/37df0d99-a006-4b19-a2f3-75c1f9a2973b/deploy-status)](https://app.netlify.com/sites/thelm/deploys)
# [Thelm][0]
Simple note/link manager, powered by [Elm][1] and [localStorage][2].
Add small notes or links to [this page][0] and they’ll be available only to you.
Remove them whenever you don’t need them anymore.[![Usage example](assets/usage-example.gif)][0]
## Install & run
```bash
npm install
npm run build
open index.html
```## Goals
- Write something [actually useful][0] that I would use
- Learn [Elm][1] in the process[0]: https://thelm.netlify.com
[1]: https://elm-lang.org
[2]: https://developer.mozilla.org/en-US/docs/Web/API/Storage