React Color App, a color picker made with react.
- Copy colors from palettes.
- View scaled shades of every color from a palette.
- Create new palettes.
- Delete existing palettes
- Drag and Drop colors when creating a new palette
- Page Transitions using
framer-motion - Uses client side routing
- Install create-react-app CLI
- Clone the repository - run
git clone https://github.com/naveen-27/color-app.git - Run
npm install - Then run
npm start
