A minimal and elegant Digital Clock Web App created with HTML, CSS, and JavaScript. This was a part of my learning journey to understand how to work with time and intervals using JavaScript.
The clock displays the current system time and updates every second using setInterval(). It's styled with a clean UI that works seamlessly on all screen sizes.
- Live system time display
- Auto-updating every second
- 24-hour format
- Smooth and minimal UI
- HTML5
- CSS3
- JavaScript