Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashsaini99/digital-clock
A basic Digital clock made using html,css and javascript
https://github.com/yashsaini99/digital-clock
Last synced: 12 days ago
JSON representation
A basic Digital clock made using html,css and javascript
- Host: GitHub
- URL: https://github.com/yashsaini99/digital-clock
- Owner: YashSaini99
- License: mit
- Created: 2024-07-18T10:24:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T13:48:02.000Z (4 months ago)
- Last Synced: 2024-07-27T19:13:02.598Z (4 months ago)
- Language: JavaScript
- Homepage: https://digiclockjs.vercel.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Clock
## Overview
This project is a simple digital clock created using HTML, CSS, and JavaScript. It displays the current time in a clean, user-friendly format and updates in real-time. The clock is designed to be easily customizable and can be integrated into any web page or application.
## Features
- Real-time updating clock
- Clean and modern design
- Customizable styling via CSS## Getting Started
To get started with this project, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/YashSaini99/Digital-Clock.git
```2. **Navigate to the project directory:**
```bash
cd digital-clock
```3. **Open `index.html` in your web browser:**
You can do this by simply double-clicking the `index.html` file or by using a local web server.
## Project Structure
The project consists of the following files:
- `index.html`: The main HTML file that sets up the structure of the clock.
- `styles.css`: The CSS file for styling the clock.
- `script.js`: The JavaScript file responsible for updating the time.## Acknowledgments
Thanks to [Codsoft](https://www.codsoft.in) for providing the opportunity to work on this project during my internship.