Trying to rebuild my Casio digital watch with HTML, CSS, JS.
- Click the
Mode
button (bottom-left) to toggle between Clock Mode and Stopwatch Mode.
- Toggle Meridiem (12 hour)/Military (24 hour) time by clicking
Start/Stop
- Turn on Indiglo by clicking and holding
Light
- Toggle start and stop using the
Start/Stop
button - Reset the stopwatch using the
Light
button
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.