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