Stopwatch app

Stopwatch app

Difficulty :beginner

A stopwatch helps you track the time you spent on activities.

This is an interesting app that will give you the opportunity to manipulate timers and some interesting concepts in javascript!

Suggested features :

  • User can start a clock
  • User can create laps - these will be displayed on the screen
  • When the clock is stopped the user can click start again and the clock will continue counting up
  • User can stop the clock
  • User can clear all the laps
  • User can restart the clock
Example of implementations to inspire from :
Share the word :