According to the color code entered in the field of input, these color's different hues appear on the screen. Also, if clicking on any color, the color code for this color is copied. If typing an invalid code in the input area, the border's color will be red.
First clone the project.
git clone https://github.com/saglamburcu/react-color-generator.git
After cloning the project, open it in Visual Studio Code.
cd react-color-generator
code .
Download node modules to make it work
npm install
To make it work
npm start