Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.95 KB

README.md

File metadata and controls

72 lines (45 loc) · 1.95 KB

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.