Start the site
I wanted to make a site that displays a timer, stopwatch, and current time
When I looked for sites that directly display the time, most of them had designs that I didn’t like or had ads. So I developed it myself. I think it took about 3 hours to make. Although it wasn’t released to the public, I also developed an additional version that can be run directly from Windows as an exe version using electron. I released it on github.
Basic configuration of the program
I developed it only with pure html, css, and js. Therefore, the page loading time is dramatically faster. If you click Stopwatch above, a function that increases the time appears, if you click Timer, a function that gradually decreases the set time appears, and if you click Clock, a clock that tells you the current second appears.