A fun Focus/Relax productivity timer app made with Elm.
Associated blog post [here] (https://medium.com/@NewMountain/lets-build-a-productivity-timer-app-with-elm-81718a1b4329#.1dud3oi64)
Plenty of people to thank for this one:
- Idea was based off of [this] (http://pomodorotechnique.com/)
- The wonderful patterns (Japanese Sayagata and Dark Embroidery) were from [here] (http://subtlepatterns.com/)
- Hideous CSS is all my own
To run, clone this repo, and in the directory where cloned, run:
npm install
and
gulp
to run on port 4000.