Skip to content

Commit 0eac1e9

Browse files
committed
added readme file
1 parent d0df9a6 commit 0eac1e9

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed

Clock/Screenshots/demo.gif

6.94 MB
Loading

Clock/Screenshots/ss1.png

101 KB
Loading

Clock/Screenshots/ss2.png

34.6 KB
Loading

Clock/Screenshots/ss3.png

138 KB
Loading

Clock/readme.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Clock - Digital & Analog Clock :clock3:
2+
3+
## About the Project
4+
This project combines two clocks - Digital Clock &Analog Clock
5+
6+
Digital Clock -> This clock includes Date (Day, Month, Year), Time (Hours, Minutes, Seconds) and Period (AM/PM). The clock is in 24 hours format.
7+
8+
Analog Clock -> It is a circular faced clock with the numbers one to twelve and three hands, shorter one to measure hours , longer one to measure minutes and red one for seconds.
9+
10+
## Tech Stacks Used
11+
12+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
13+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
14+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
15+
16+
17+
## How to use Project
18+
19+
20+
- Download or clone the repository
21+
22+
```
23+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
24+
```
25+
26+
- Go to the directory
27+
- Run the index.html file
28+
- Click on the Analog Clock image, analog clock will appear.
29+
- or Click on the Digital Clock image, digital clock will appear.
30+
31+
## Screenshots
32+
33+
Initially, the UI looks like:
34+
35+
<img src="./Screenshots/ss3.png" />
36+
37+
After clicking on Analog Clock image, move to analog clock page:
38+
39+
<img src="./Screenshots/ss1.png" />
40+
41+
After clicking on Digital Clock image, move to digital clock page:
42+
43+
<img src="./Screenshots/ss2.png" />
44+
45+
## Live Demo
46+
47+
<img src="./Screenshots/demo.gif" />

0 commit comments

Comments
 (0)