My avatar. Arnaught A pride flag.

Multi-Stopwatch

September 13, 2023 | Tags: programming


Hello, I just want to share a quick project that I made yesterday over the span of about 2 hours. It’s a stopwatch web app that lets you have multiple named stopwatches at the same time. I made this because I wanted to start a new stopwatch without resetting the one I already had in progress. (To be entirely honest, I don’t get why Clock apps don’t have multiple stopwatch support. They let you set multiple alarms, and multiple timers, but for stopwatches you have to use just one?). I know there are other stopwatch apps that do this, but I figured this would be easy to make regardless.

All the stopwatches are saved in localstorage, so your stopwatches and their times will be restored when you load the page. If you leave one running, it’ll even keep running if you close the page!

Things to Note #

Here are some potential issues I noticed while making Multi Stopwatch:

Try It! #

If you’d like to try it, you can do so at :github:Multi Stopwatch. The source is also available at :github:Rayquaza01/multi-stopwatch.