Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.13 KB

Color Generator

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.

project

Used Technologies

Installation

First clone the project.

git clone https://github.com/saglamburcu/react-color-generator.git

Usage

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