A simple digital clock web application created using HTML, CSS, and Vanilla JavaScript.
You can view the live demo of the Digital Clock here.
This is a straightforward digital clock application built as a web page using HTML, CSS, and Vanilla JavaScript. It displays the current time and updates in real-time. It serves as a great example of a simple project to learn and practice front-end web development with JavaScript.
- Displays the current time in hours, minutes, and seconds.
- Updates the time in real-time.
- Provides a simple and clean user interface.
- HTML: Used for structuring the web page.
- CSS: Used for styling the clock.
- Vanilla JavaScript: Used for the clock functionality.
To run this project locally or make changes, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/akankha/-Digital-Clock-Using-Vanilla-JS.git
