Skip to content

pragatidh/Watch-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•’ Digital Watch

This project displays the current time dynamically and updates every second in real time.


πŸš€ Features

  • Real-time digital clock display
  • Clean and responsive user interface
  • Uses simple HTML, CSS, and JS (no external frameworks)
  • Lightweight and easy to customize

πŸ’» Technologies Used

  • HTML – for structure
  • CSS – for styling and layout
  • JavaScript – for real-time time updates

πŸ“Έ Preview

You can open the index.html file directly in your browser to view the digital watch in action.


🧠 Learning Outcome

This project helped in understanding DOM manipulation, JavaScript timing functions, and CSS styling techniques for dynamic web components.