Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 556 Bytes

File metadata and controls

20 lines (13 loc) · 556 Bytes

Color Match

A relatively simple website that takes an input of RGB or Hex color codes, and finds the exact complementary color


Due to the fact that the website uses Flask, it cannot be hosted on a github pages site.

In order to run the site locally, please follow the steps below:

  • Open the whole folder
  • Go to the app.py file, and run python -m flask run
  • Visit http://127.0.0.1:33705 in your browser

ALTERNATIVELY

visit https://colormatch.emilybutera.hackclub.app/

And enjoy!


This project was made for Hackclub's Summer of Making