Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinrosenberg/color-clock
A simple clock with the current time converted to the background color.
https://github.com/martinrosenberg/color-clock
Last synced: 11 days ago
JSON representation
A simple clock with the current time converted to the background color.
- Host: GitHub
- URL: https://github.com/martinrosenberg/color-clock
- Owner: MartinRosenberg
- License: gpl-3.0
- Created: 2018-11-24T23:58:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:52:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T13:08:07.048Z (23 days ago)
- Language: JavaScript
- Homepage: http://react-hex-clock.surge.sh/
- Size: 3.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Clock
## Try it locally
1. Run:
```bash
git clone https://github.com/MartinRosenberg/color-clock.git
cd color-clock
yarn
yarn start
```
2. Navigate to http://localhost:8080/## Roadmap
- [x] Manage body background with [React Helmet](https://github.com/nfl/react-helmet)
- [x] Split into smart and dumb components
- [x] Switch to [Reach Router](https://github.com/reach/router)
- [x] Add other color modes
- [x] Adjust text color to contrast with background
- [x] Simplify styling with [Styled Components](https://github.com/styled-components/styled-components)
- [x] Package and serve with [Parcel](https://github.com/parcel-bundler/parcel)
- [ ] Make it prettier
- [ ] Add routes for modes