Skip to content

Creating Generator for Recognize Box Shadow Color In React With Bootstrap

License

Notifications You must be signed in to change notification settings

aiaaee/Color_Generator_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Color Generator With React

In this project, I tried to create a color generator that can be easily used in CSS projects.

Using Bootstrap and JSX, we divide the project into two parts and move the project forward

Color Generator1

The only hook that was used in this project was the useState hook so that we can use it to get the Horizontal, Vertical, Blur, as well as Color and Spread values, and finally by placing them in the value space of each of our Inputs, it leads to A color generator was built so that we can use it to get the box-shadow values ​​of each of our elements.

Click source to see the project codes.