Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbgus/elm-todo
elm Todo
https://github.com/dbgus/elm-todo
elm elm-lang frontend-web study
Last synced: about 1 month ago
JSON representation
elm Todo
- Host: GitHub
- URL: https://github.com/dbgus/elm-todo
- Owner: dbgus
- Created: 2022-06-14T07:40:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T02:14:43.000Z (over 2 years ago)
- Last Synced: 2024-10-20T00:59:17.237Z (2 months ago)
- Topics: elm, elm-lang, frontend-web, study
- Language: Elm
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm Todo
### elm을 해보고싶어서 찍먹해봤습니다.
$~$
## how to run
```shell
$ git clone https://github.com/dbgus/elm-todo.git
$ cd elm-todo
$ yarn start
```## elm install link
`https://guide.elm-lang.org/install/elm.html`
## Todo
- [x] managing todo content status
- [ ] use localStorage or Todo api server (maybe...nest or firebase)
- [ ] design