A minimalistic desktop timer for Mac, Windows and Linux. You can easily set intervals or normal timers as a reminder.
This project is build up on the Electron Boilerplate, uses FlipClock and Materialize.
The only development dependency of this project is Node.js. So just make sure you have it installed. Then type few commands known to every Node developer...
git clone https://github.com/supersoaker/timer
cd timer
npm install
npm start
... and boom! You have a running desktop application on your screen.
npm install
It will also download Electron runtime and install dependencies for the second package.json file inside the app folder.
npm start
-
implement active and inactive buttons
-
implement multiple languages (currently only german)
-
implement search
Released under GNU AGPLv3.
