MartinRosenberg / color-clock

A simple clock with the current time converted to the background color.

Home Page:http://react-hex-clock.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Clock

Try it locally

  1. Run:
    git clone https://github.com/MartinRosenberg/color-clock.git
    cd color-clock
    yarn
    yarn start
  2. Navigate to http://localhost:8080/

Roadmap

  • Manage body background with React Helmet
  • Split into smart and dumb components
  • Switch to Reach Router
  • Add other color modes
  • Adjust text color to contrast with background
  • Simplify styling with Styled Components
  • Package and serve with Parcel
  • Make it prettier
  • Add routes for modes

About

A simple clock with the current time converted to the background color.

http://react-hex-clock.surge.sh/

License:GNU General Public License v3.0


Languages

Language:JavaScript 96.2%Language:HTML 3.8%