Stopwatch design
A friend of mine is learning JavaScript and asked me to make a simple design. Our first project together is a simple stopwatch.
It has all the basic functions of a stopwatch:
To track time in minutes, seconds, milliseconds and microseconds.
Three buttons that start, stop and clear the timer.
You can try it out yourself by clicking on this link: https://aleksandarlanger.github.io/stopwatch_1.1/
You can see other projects done by him here: https://github.com/aleksandarlanger
More by Aleksandar View profile
Like