Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aiaaee/color_generator_react

Creating Generator for Recognize Box Shadow Color In React With Bootstrap
https://github.com/aiaaee/color_generator_react

bootstrap generator javasccript javascript jsx jsx-renderer react react-hooks reactjs

Last synced: 3 months ago
JSON representation

Creating Generator for Recognize Box Shadow Color In React With Bootstrap

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/36afb623-6de4-4bda-97b2-8446e48830ce)

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](https://github.com/aiaaee/Color_Generator_React/tree/main/Generator/src) to see the project codes.