A simple React application to generate random color palettes. Users can lock colors they like and regenerate the rest of the palette by pressing the spacebar.
- Generate Random Colors: Press the spacebar to generate a new color palette.
- Lock Colors: Click on the lock icon to lock a color, preventing it from changing during regeneration.
- Responsive Design: The application stretches to fit the entire viewport and works well on all screen sizes.
- Node.js: You need to have Node.js installed on your system to run this application.
- Generate New Palette: Press the SPACE bar to generate a new color palette.
- Lock/Unlock Color: Click on the lock icon on a color card to lock or unlock it. Locked colors won't change when generating a new palette.
- Close Instructions: Click the X button on the instructions modal to close it.
- React: A JavaScript library for building user interfaces.
- Font Awesome: Provides modern icons used for the lock and unlock icons.
This project was created by mitsch01.