Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gopalbasak1/digitalclock


https://github.com/gopalbasak1/digitalclock

Last synced: 21 days ago
JSON representation

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
```