Skip to content

Files

Latest commit

Jul 1, 2024
b498b81 · Jul 1, 2024

History

History

Digital-Clock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 1, 2024
May 27, 2024
May 27, 2024
May 27, 2024

Digital Clock

📚 Technologies Used 📚

  • JavaScript: The primary language used for creating this project.
  • HTML: Used to structure the content on the webpage.
  • CSS: Used for styling the webpage.

🎯 Purpose of this Project 🎯

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.

📂 Project Structure 📂

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.

🚀 How to Run this Project 🚀

  1. Clone the repository and navigate to the Digital Clock directory.
  2. Open index.html in your browser.