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

https://github.com/pk170970/react-project-9-color-generator

React color generator project with values.js library to fetch different shades of colors
https://github.com/pk170970/react-project-9-color-generator

conditional-rendering hooks rgbtohex useeffect usestate

Last synced: 11 days ago
JSON representation

React color generator project with values.js library to fetch different shades of colors

Awesome Lists containing this project

README

        

# ⭐ React-Project: Color Generator ⭐

## 🔗 Links

[Code Link](https://codesandbox.io/s/react-project-9-colorgenerator-forked-gpdrr9)

[Live](https://csb-gpdrr9.netlify.app/)

[Linkedin](https://www.linkedin.com/in/pratyush-kesarwani-2b6601171/)

## Values JS: used to get array of colors in rgb form with different shades varies with weight.

[values.js](https://github.com/noeldelgado/values.js)

## Learnings

📌1. Coverting from rgb to hex

📌2. Conditional rednering

📌3. controlled and uncontrolled components

📌4. useState and useEffect

## Acknowledgement

I am thankful to John Smilga for his amazing udemy course on React.
If any one is interested, you can check here.


[Course Link](https://wipro.udemy.com/course/react-tutorial-and-projects-course/learn/lecture/22675927#overview)