This project displays the current time dynamically and updates every second in real time.
- Real-time digital clock display
- Clean and responsive user interface
- Uses simple HTML, CSS, and JS (no external frameworks)
- Lightweight and easy to customize
- HTML β for structure
- CSS β for styling and layout
- JavaScript β for real-time time updates
You can open the index.html file directly in your browser to view the digital watch in action.
This project helped in understanding DOM manipulation, JavaScript timing functions, and CSS styling techniques for dynamic web components.