JavaScript Stopwatch

Home / Projects / JavaScript Stopwatch

project-preview
Client

Not Applicable

Category

HTML • CSS • Javascript

Date

18th May, 2018

Share This

View Project

About the Project

A very depressing attempt at creating a Javascript-based stopwatch.

Since the time-keeping feature is dependant on setInterval, the stopwatch fails to provide a reliable measure of time. It means you're able to rapidly toggle the stopwatch to avoid the time ever increasing. If I was to re-build this project I would store timestamps each time the timer is paused.

View Project