This project is a stylish and responsive clock that displays both analog and digital time. Built using pure HTML, CSS, and JavaScript, it serves as a great reference for real-time rendering, rotation logic, and UI design.
- Smooth animated clock hands
- Digital time display with AM/PM
- Responsive layout
- Elegant and minimal UI
- Fully standalone (no frameworks)
Try it live: Live Demo
project-root/ ├── index.html ├── styles.css ├── script.js ├── manifest.json └── assets/ ├── icon256.png └── icon512.png
- Clone this repository:
git clone https://github.com/MohammadSameer01/clock.git cd clock