What this stopwatch does
Count time upward from zero with Start, Pause, and Reset, and press Lap to record split times so you can compare intervals. Add a recurring interval chime — a preset, or any minutes-and-seconds value down to the second — to get an audible cue as time passes, which is ideal for interval training or timeboxing. Press Fullscreen for a big, glanceable standby display.
How it works
The stopwatch is timestamp-based: it records when you press Start and adds up the elapsed spans across pauses, shown down to hundredths of a second. Because the elapsed time is computed from real timestamps rather than by counting ticks, it doesn't drift and stays accurate even when the browser slows the page down in a background tab.
Alarm-point chimes are generated in your browser with the Web Audio API — short tones synthesized on the fly, not downloaded files. Pick the interval chime's tone and Test it. Browsers only allow audio after you interact with the page, so the first tone plays once you press Start or Test. The fullscreen standby view uses the Fullscreen API and, where supported, a screen wake lock so the display stays awake; press Esc or Exit to return.