Skip to content
/ color Public
forked from SscSPs/color

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

Notifications You must be signed in to change notification settings

vmfunc/color

 
 

Repository files navigation

Getting Started with Color

A single page application that can show you monotone color palettes with different shades (S and L). The base idea is to get the hue from the user and use that to create the palette.

Screenshot

2022-10-08 (3)

Setting up

  • In order to run the application on your local machine, follow the steps given below:
  1. Install Node.js from [https://nodejs.org/en/]

  2. Clone the repository. You can paste the following command in your local shell/terminal.

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

    cd color
  4. Install the required npm packages

    npm install
  5. Start the application

    npm start

    This runs the application in the development mode.
    Open http://localhost:3000 to view it in the browser.

    The page will reload if you make edits.
    You will also see any lint errors in the console.

Contributions

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.

Contributors

About

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

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 20.5%
  • CSS 14.9%