Color Palette Generator
The purpose of this project was to learn how to use React.js to create a Color Palette Generator with the following criteria:
- Have a "Randomize Colors" button
- Show 5 colors on the screen
- Each color should have a hex code and a "LOCK/UNLOCK" button
- Clicking the "Randomize Colors" buton should only randomize the colors of the unlocked sections
A live demo is available at https://jhkillam.github.io/color-palette-generator/.
Future Development Plans
- Implement an algorithm to generate palettes that are more complimentary.