A creative digital clock built with pure HTML, CSS, and JavaScript. Each digit of the current time (HH:MM:SS) is represented as a vertical scrolling number reel.
- Real-time clock in HH:MM:SS format
- Unique vertical scrolling digit design
- Fully responsive layout
- No libraries or frameworks used β 100% vanilla JS
Or open
index.htmlin your browser to try it yourself.
- Clone the repository:
git clone https://github.com/yourusername/vertical-clock.git
