You know Pomodoro clock, right? A tick-a-tock thing that count you down to your coffee time, asking you to go pee every 25 minutes.
This is a simpler version of it, still counting down but does not ask you to go pee.
The problem is, making countdown clock is boring, so I make it less boring by displaying the clock in binary style.
Deal with it https://www.wikihow.com/Read-a-Binary-Clock
In two steps:
$ yarn install
$ yarn watch
Oh, before that, I assume you already have Elm installed, if not, see this https://guide.elm-lang.org/install.html
Take another two steps:
$ yarn build
$ cd dist && <deploy it from here, as a static html application>
You're welcome!