Skip to content

omirete/simple-timers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple timers

A minimalist web app for creating and running customizable countdown timers.

Live Demo: https://omirete.github.io/simple-timers/

Features

  • 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.

How to use

  1. Add a timer: enter a duration in seconds and click Add Timer.
  2. Start a timer: click any timer to start counting down.
  3. 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.

Running locally

  1. Clone the repo:
    git clone https://github.com/omirete/simple-timers.git
  2. Open page/index.html in your browser.