Skip to content

adoxography/countdown

Repository files navigation

Countdown

Countdown

Countdown screenshot

What is this for?

I deliver workshops for Canada Learning Code, and I often find myself needing a timer for the work sessions within the workshops. All of the MacOS timers I've found so far either won't work on top of a full-screen app, or are glued to the top bar. This app overcomes both of these limitations.

How do I use it?

Installation

Download the app from the releases page. The app isn't signed, so you can try running it anyway by following these instructions. If that doesn't work, see the instructions below on how to build it yourself.

Usage

Set the time by clicking on the desired time unit (i.e. hours, minutes, or seconds) and entering the desired time. You can also use the up and down arrow keys to add or remove time. Press "start" to kick off the timer!

How does it work?

Countdown is an electron app that packages up an underlying react app. Overkill? Definitely. But I didn't want to go about learning Swift, and I'd been wanting to play around with electron/react.

To do

  • Make the app resizable
  • Allow time entry with number keys
  • Make the Clock component adhere to the ARIA timer specification
  • Make available for Windows?
  • Add colour control?

Contributing

Building the app

Ensure git, node, and optionally yarn are installed. (I find it easiest to do this via homebrew.)

From the command line (i.e. terminal):

  1. Clone the app: git clone https://github.com/adoxography/countdown && cd countdown
  2. Install the dependencies: yarn or npm install
  3. Run yarn start or npm start to start the development server
  4. Run yarn build or npm run build to build the app (into the dist/ folder)

License

MIT

Acknowledgements

About

Simple timer app that floats over everything else

Resources

License

Stars

Watchers

Forks

Packages

No packages published