Code o'clock- and it's always on time ⏳!!
A beautifully crafted analog clock built purely with HTML, CSS, and JavaScript. This project demonstrates how to create a functional, real-time analog clock using only frontend technologies.
- ⏱️ Real-time time update (second, minute, and hour hands)
- 🎨 Stylish and responsive design
- 🧠 Fully functional without any external libraries
- 🖥️ Works on all modern browsers
- HTML5 – Structure and layout
- CSS3 – Styling and animations
- JavaScript (ES6) – Time logic and DOM manipulation
👉 Click here to view the live demo
analog-clock/
├── index.html
├── style.css
├── script.js
├── clock.png
└── README.md