/color

A single page to show and play around with colours to find colour pallets

Primary LanguageJavaScript

COLOR

Total lines Number of Visitors Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors

Table of Contents

What is Color?

Color is a single page application that can show you monotone color palettes with different shades (S and L) according to the input given by the user.

Description

It is a simple color picker tool in which the basic idea is that the user will input a color, and the app will output a monochromatic color palette from the hue of the color. Monochromatic color schemes are derived from a single base hue and extended using its shades, tones and tints. From the palette, the user can grab the hex code of any color. This kind of tool is very useful for frontend developers while creating monochromatic theme based designs.

Technology Used

  1. ReactJS

Live Demo

Color

Getting Started

In order to run the application on your local machine, follow the steps given below:

  1. Download and install Node.js from here

  2. Clone the repository.

    git clone https://github.com/SscSPs/color.git
  3. Enter the local directory

    cd color
  4. Install the required npm packages

    npm install
  5. Run the application

    npm start

    This will start the application in development mode at http://localhost:3000.

    Any errors will be logged in the terminal. If you make any edits, don't worry. The page will automatically update.

How to Contribute?

You are welcome to help improve this, I made this last year when i needed to try out a few things. This year, I just refreshed it and pushed it up here. Open a PR or an Issue for your improvements/queries, I'll try to reply to as many as I can.

Please read the contributing guide for instructions on how to make your changes and submit them.

Contributors