/timerApp

A fun Focus/Relax productivity timer app.

Primary LanguageElm

timerApp

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:

  1. Idea was based off of [this] (http://pomodorotechnique.com/)
  2. The wonderful patterns (Japanese Sayagata and Dark Embroidery) were from [here] (http://subtlepatterns.com/)
  3. 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.