This is a simple yet functional digital clock built using HTML, CSS, and JavaScript. The clock dynamically displays the current time, updating every second using JavaScript's setInterval and Date objects.
Features:
- Real-time display of the current time
- Clean and responsive UI design
- Supports both 12-hour and 24-hour formats (can be customized)
- Automatically updates every second
- Easy to integrate into websites or dashboards
Technologies Used:
- HTML5
- CSS3
- JavaScript (Vanilla JS)
Project Goal:
To practice working with time and date in JavaScript and build a live, updating component that interacts with the DOM in real-time