⏰ Digital Clock
Description
A live digital clock that shows the current time in hours, minutes, and seconds.
Features
- Displays real-time hours, minutes, and seconds
- Updates every second automatically
- AM/PM format toggle
- Responsive and clean UI
Concepts Practiced
- Working with JavaScript
Date
object setInterval
for real-time updates- DOM manipulation
- Time formatting
Bonus Challenge
Add different time zones or a stopwatch feature.