- JavaScript: The primary language used for creating this project.
- HTML: Used to structure the content on the webpage.
- CSS: Used for styling the webpage.
This project is a part of the JavaScript-Mini-Projects repository. The main goal of this project is to demonstrate the use of JavaScript to manipulate the DOM and handle time-based events.
This project is contained in its own directory. Here is a brief overview of the project structure:
index.html
: This file contains the HTML structure of the project.script.js
: This file contains the JavaScript code for the project.style.css
: This file contains the CSS styles for the project.
- Clone the repository and navigate to the Digital Clock directory.
- Open
index.html
in your browser.