A minimalist web app for creating and running customizable countdown timers.
Live Demo: https://omirete.github.io/simple-timers/
- Easy setup: just add timers and click on them to start the countdown.
- Flash alert: the screen flashes when time is up.
- Persistent storage: timers are saved locally in your browser and are remembered on future visits.
- Works offline: no extra dependencies or anything, you can download the website and use it fully offline.
- Fullscreen display: works great with the browser in full screen.
- Add a timer: enter a duration in seconds and click Add Timer.
- Start a timer: click any timer to start counting down.
- Cancel or wait until countdown finishes:
- Press x to cancel during countdown.
- When finished, the screen flashes for a few seconds, then returns to the timer list.
- Clone the repo:
git clone https://github.com/omirete/simple-timers.git
- Open
page/index.htmlin your browser.