Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edugese/watch


https://github.com/edugese/watch

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Digital Clock

A simple digital clock project that displays the current time and date. You can switch between day and night mode by clicking a toggle button.

## Table of Contents

- [Demo](#demo)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Demo

You can see the project in action [here](https://edugese.github.io/watch/).

## Features

- Displays the current time and date.
- Toggle button to switch between day and night mode.

## Technologies Used

- HTML
- CSS
- JavaScript

## Getting Started

To get a local copy of this project up and running, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/your-username/digital-clock.git
```

2. Open the project folder in your code editor.

## Usage

1. Open the `index.html` file in your web browser.

2. The digital clock will display the current time and date in day mode.

3. Click the toggle button to switch to night mode.

4. Click the toggle button again to switch back to day mode.

## Contributing

If you would like to contribute to this project, you can follow these steps:

1. Fork the repository.

2. Create a new branch for your feature or bug fix:

```bash
git checkout -b feature/your-feature
```

or

```bash
git checkout -b bugfix/your-bug-fix
```

3. Make your changes and commit them:

```bash
git commit -m "Add your commit message here"
```

4. Push to your branch:

```bash
git push origin feature/your-feature
```

5. Open a pull request on the original repository.

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/EduGese/watch/blob/main/LICENSE.md) file for details.