manancodes / Screenbows

Magical colours for your screen
https://manancodes.github.io/Screenbows/
10 stars 9 forks source link

Add Color Picker Feature. #40

Closed Shuva15 closed 11 months ago

Shuva15 commented 11 months ago

Closes #21

  1. I used react-color library
  2. changed the secondaryColor function name to makeSecondaryColor in the UtilityFunctions.js file, because app.js file has a state with the same name
  3. In app.js file implemented the function to handle color change from color-picker component and passed it through props
  4. In console/index.js file handled the pop-up functionality and implemented the SketchPicker component.

https://github.com/manancodes/Screenbows/assets/107918666/fd2d0661-733a-4dbe-8888-d353b4f3634f

manancodes commented 11 months ago

LGTM. Thanks.