Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 715 Bytes

casio-watch

Trying to rebuild my Casio digital watch with HTML, CSS, JS.

Controls

Toggle Watch Mode

  • Click the Mode button (bottom-left) to toggle between Clock Mode and Stopwatch Mode.

When in Clock Mode

  • Toggle Meridiem (12 hour)/Military (24 hour) time by clicking Start/Stop
  • Turn on Indiglo by clicking and holding Light

When in Stopwatch Mode

  • Toggle start and stop using the Start/Stop button
  • Reset the stopwatch using the Light button

Setup

Install node modules using npm install

After installation completes, use gulp command to build and watch (get it?) the project.

NOTE: Browsersync will initiate a server and open the project automatically.