A pomodoro application written in elm You can find the code in action on pomodoro.maex.me
- make timer length's configurable
 - store adjusted timer length's into localstorage
 - save statistics into local storage
 - display statistics
 
You need node in version 9.9.0 installed. You need create-elm-app installed. You need GNU Make installed.
There are three important development commands:
make build: installs all needed elm dependencies and builds the application.
make start: installs all needed elm dependencies and runs the development server.
make test: installs all needed elm dependencies and runs the tests.