A simple, responsive analog clock built using HTML, CSS, and JavaScript. This project demonstrates how to create a real-time clock in the browser using basic front-end technologies. Ideal for beginners looking to improve their DOM manipulation and styling skills.
- Displays current time in analog format
- Real-time updates every second
- Responsive and scalable design
- Pure HTML/CSS/JS – no frameworks or libraries
- Lightweight and fast
- This clock supports both light and dark themes to suit different environments and user preferences.
- HTML5 – Structure of the clock
- CSS3 – Styling, layout, and animation
- JavaScript (ES6) – Logic for real-time clock movement
clock/
├── clock.png # Favicon
├── index.html # Main HTML file
├── README.md # Project documentation
├── script.js # Clock functionality
└── style.css # Clock styling- git clone https://github.com/nirdhum/clock.git
- Open index.html in your browser
Contributions, issues, and feature requests are welcome! Feel free to open a pull request or submit an issue.
This project is licensed under the MIT License. Feel free to use and modify it for personal or commercial projects.
Nirdhum