This is a simple analog clock built using HTML, CSS, and JavaScript. It displays the current time and updates the rotation of the clock hands in real-time.
You can see a live demo of the clock at https://iam-arshad.github.io/analog-clock-in-HTML-CSS-JS/
To use the clock on your own website or project, follow these steps:
- Clone or download the repository from GitHub: https://github.com/iam-arshad/analog-clock-in-HTML-CSS-JS.git
- Extract the files from the zip archive.
- Open the
index.htmlfile in your web browser to view the clock. - To customize the clock, you can edit the HTML, CSS, and JavaScript files to change the appearance and behavior of the clock.
This clock was built by Arshad. It uses the Date object from the JavaScript standard library to get the current time and update the rotation of the clock hands.
This project is licensed under the MIT License - see the LICENSE file for details.