Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 841 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 841 Bytes

Palette Pal

Palette Pal is a color palette generator built on React. Users can create new palettes or use existing ones.

The project uses Google's Material UI Library, Chroma JS for color conversions, and localStorage for data persistence.


Features

  1. Viewing Existing Palettes

View Existing Palette

  • Adjust brightness of all colors by using the slider on top
  • Copy color in 3 different formats (HEX, RGB, RGBA) by using the drop down on the top right
  1. Creating New Palettes

Create New Palette

  • Drap and drop colors in new palette
  • Add new colors to new palette
  • Assign name and emoji to new palette

Using the app

Coming from the cloned project folder, install all dependencies

$ npm install

Start application

$ npm start