limerentfox / stopwatch-elisa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stopwatch iOS - vanilla JS

Project

The main objective is to build a stopwatch as similar to the one in iOS systems as possible using vanilla Javascript and CSS / HTML.

Approximate reference:

stop pic

Functionality

The stopwatch should have the following features:

  • Start the timer, count in minutes, seconds and milliseconds.
  • Pausing the timer.
  • Resetting the timer to zero.
  • Recording laps while the timer is running.
  • (Optional) The longest lap should be painted red, the shortest, green.

About


Languages

Language:JavaScript 58.6%Language:CSS 27.9%Language:HTML 13.5%