A small app displaying two synchronized clocks.
View Deployment
·
Report a Bug
Table of Contents
This app contains two ticking clocks - one digital, one analog. To change the time, the user can click on
either clock and select a new time from a TimePicker dialog. Both clocks are kept perfectly in synch
with the selected time and with each other.
The clocks are only rendered client-side and are initialized to the user's current time.
View a working demo hosted on Vercel.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/tricksterCodess/Clock-Synch.git
- Install NPM packages
npm install
- Run the development server
npm run dev
- Go to localhost:3000 to see it in action!
npm run test
Distributed under the MIT License. See LICENSE
for more information.
April Neufeld - @tricksterCodess - april.neufeld@gmail.com
Project Link: https://github.com/tricksterCodess/Clock-Synch