Skip to content

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

License

Notifications You must be signed in to change notification settings

ThatSINEWAVE/Clockwork

Repository files navigation

Clockwork

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.

Installation

  1. Clone the repository:

    git clone https://github.com/ThatSINEWAVE/Clockwork.git
  2. Navigate to the project directory:

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

Usage

To use the Clockwork application:

  1. Visit 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.

Theme CSS Structure

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

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 file for details.