Functionality:
An analog clock that displays the current time.
Languages and concepts
- HTML
- CSS
- Javascript
- Date class (getHours(), getMinutes(), getSeconds())
- element.style.transform
- Javascript template literals
- setInterval(function(), timeInMilliseconds)
You can interact with the project on this link:
https://aarushi-nema.github.io/webDev006_analogClock/
You can find the code on this link:
https://github.com/aarushi-nema/webDev006_analogClock
