Write down daily highlights and save them in the browser's local storage.
This is a simple Elm application allowing to save some highlights from today, thoughts, results which are worth noting and other interesting stuff.
First, proof-of-concept version, allows saving these in the browser's local storage. Saving and fetching stuff is implemented as separate module to easily replace storage facility with something else.
[Demo on Heroku] (https://elm-daily-highlights.herokuapp.com)
- Elm 0.17.1-0.18.0
npm run dev
Application will be accessible at http://localhost:8080. Code changes will be automatically reloaded.
npm run build
Check then the dist
folder.
Peter Morawiec, for elm-webpack-starter.
MIT