-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jomon Joy
authored
Aug 9, 2024
1 parent
ed2ab24
commit 8cb278c
Showing
1 changed file
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,47 @@ | ||
# Digital Clock | ||
![Project image](https://github.com/Jomonh/Digital-Clock/blob/main/Preview.png) | ||
## *Linktree* | ||
|
||
#### Live <a href="https://jomonh.github.io/Digital-Clock/">here</a> | ||
## Getting started | ||
<img src="https://github.com/Jomonh/Digital-Clock/blob/main/Preview.png" alt="Project Screenshot" width="500"/> | ||
|
||
To clone this repository, run this in your command prompt/Terminal | ||
### 🔗 *Demo Site* | ||
- Check out the live demo of this project: [Demo Site](https://jomonh.github.io/Digital-Clock/) | ||
|
||
### *Key Features* | ||
- Responsiveness | ||
- clean ui | ||
|
||
```bash | ||
git clone https://github.com/Jomonh/Digital-Clock.git | ||
``` | ||
and that's all you need to get started! | ||
### *Technologies Used* | ||
- html | ||
- css | ||
- JavaScript | ||
|
||
## Getting Started | ||
|
||
To get started with this project, you have two options: | ||
|
||
### 1. *Clone the Repository* | ||
- Use the following link to clone the repository to your local machine: | ||
|
||
```bash | ||
git clone https://github.com/Jomonh/Digital-Clock.git | ||
|
||
|
||
- Once cloned, navigate to the project directory: | ||
|
||
```bash | ||
cd Digital-Clock | ||
### 2. *Fork the Repository* | ||
- If you prefer, you can directly *fork* this repository. | ||
- Click the *Fork* button at the top-right of this page. | ||
- After forking, clone the repository from your account: | ||
```bash | ||
git clone https://github.com/your-username/your-forked-repository.git | ||
|
||
|
||
### 🌟 *Don’t Forget to Star!* | ||
- If you find this project useful, please consider giving it a star ⭐. It helps others discover it too! | ||
|
||
### *License* | ||
- This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/license/MIT) file for details. |