Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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