An elegant clock inspired by Apple's Clock III macOS widget. Perfect for running on a raspberry pi with a HyperPixel display.
Live demo: https://web-clock-widget.netlify.app/
This project is a clock widget implementation using React and modern web technologies. The clock mechanism is based on a JavaScript and CSS adaptation inspired by this CodePen project.
-
Clone this repo, cd into its directory, and download its dependencies with
npm install
-
Run the app
npm run dev
Contributions are welcome! Feel free to open an issue or submit a pull request.
- Design inspiration: Apple Clock III macOS widget
- Clock mechanism base: CodePen by Rupok