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
- Host: GitHub
- URL: https://github.com/pk170970/react-project-9-color-generator
- Owner: pk170970
- Created: 2022-12-10T16:23:16.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-12-11T17:46:01.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:44:16.300Z (5 months ago)
- Topics: conditional-rendering, hooks, rgbtohex, useeffect, usestate
- Language: HTML
- Homepage: https://csb-gpdrr9.netlify.app/
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)