Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gopalbasak1/digitalclock
https://github.com/gopalbasak1/digitalclock
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gopalbasak1/digitalclock
- Owner: gopalbasak1
- Created: 2024-10-23T16:59:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:21:27.000Z (3 months ago)
- Last Synced: 2024-10-24T01:04:07.141Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Clock
A simple digital clock that displays the current time with hours, minutes, seconds, and AM/PM notation. The clock also shows the current date in the format: Day, Month Day/Month, Year (e.g., "Monday, January 01/01, 2024"). This project is built using HTML, CSS, and JavaScript.
## Features
- Displays the current time with AM/PM.
- Shows the current date with day names.
- Updates the time every second.
- User-friendly and minimalistic design.## Live Link
[Digital Clock](https://starlit-profiterole-112fab.netlify.app/)
## How to Run the Project
- Clone the repository:
```bash
git clone https://github.com/gopalbasak1/DigitalClock.git
cd digital-clock
```