Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thatsinewave/clockwork

A web-based clock application designed for developers to create and share their own themes.
https://github.com/thatsinewave/clockwork

clock clock-app clock-synchronization clockface clocks clockview clockwork good-first-contribution good-first-example good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project good-first-prs html-css-javascript thatsinewave time timekeeping timezone

Last synced: 3 days ago
JSON representation

A web-based clock application designed for developers to create and share their own themes.

Awesome Lists containing this project

README

        

# [Clockwork](https://thatsinewave.github.io/Clockwork)

![Clockwork](https://github.com/ThatSINEWAVE/Clockwork/assets/133239148/ecbd9eb1-c441-459d-bc5c-fff4c9d64ff5)

Welcome to **Clockwork**, a web-based clock application designed for developers to create and share their own themes. Explore the different themes, or create your own to contribute to the Clockwork community.
The primary goal of this project is to allow developers to create and commit their own themes to enhance the visual appeal and functionality of the clock.

## Features

- Displays current time with hour and minute precision.
- Multiple themes: Default, Dark, and Neon.
- Theme selection is saved across sessions using `localStorage`.
- Simple and responsive design.

## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)

## Installation

1. Clone the repository:
```sh
git clone https://github.com/ThatSINEWAVE/Clockwork.git
```

2. Navigate to the project directory:
```sh
cd Clockwork
```

3. Open `index.html` in your browser to view the application locally.

## Usage

To use the Clockwork application:

1. Visit [Clockwork](https://thatsinewave.github.io/Clockwork).
2. Use the theme selector dropdown in the header to choose between Default, Dark, and Neon themes.
3. The selected theme will be saved and applied the next time you visit the site.

## Contributing

If you'd like to contribute to this project, please fork the repository and create a pull request.

## [Join my discord server](https://discord.gg/2nHHHBWNDw)

### Theme CSS Structure

Your theme CSS file should follow the structure of the existing themes. Example:

```css
body.your-theme-name {
background-color: #yourBackgroundColor;
color: #yourTextColor;
}

/* Additional styling for your theme */
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.