This app enables you to generate a random palette of 5 colors. Colors can be locked and the rest of the color swatches shuffled. Projects can be saved as well as palettes. One project may have many palettes.
The project features a jQuery client side, a Node.js + Express.js server and postgreSQL database.
An app for choosing palettes inspired by [Coolers] (https://coolors.co/app).
A live version of this project is deployed here.
- jQuery
- PosgreSQL
- Node.js
- Express.js
- Knex.js
- Chai
- Mocha
Click the generate button or press space bar for a new set of random color swatches.
Click on a color swatch to toggle the lock.
Enter the project name and hit save to create a new project.
Select the project to save the palette to and then input the name of your palette.
git clone https://github.com/PreciseSlice/palette-picker
cd palette-picker
npm install
npm start
npm test