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.
- 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.
-
Clone the repository:
git clone https://github.com/ThatSINEWAVE/Clockwork.git
-
Navigate to the project directory:
cd Clockwork
-
Open
index.html
in your browser to view the application locally.
To use the Clockwork application:
- Visit Clockwork.
- Use the theme selector dropdown in the header to choose between Default, Dark, and Neon themes.
- The selected theme will be saved and applied the next time you visit the site.
If you'd like to contribute to this project, please fork the repository and create a pull request.
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 */
This project is licensed under the MIT License. See the LICENSE file for details.