Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.23 KB

File metadata and controls

51 lines (36 loc) · 1.23 KB

React-Colors

React-colors - is a nice and responsive application that lets you create and manage colour palettes or browse some of the default ones. The app helps you create RGB or HEX colors using color picker, adjust shades, copy it to clipboard and so on...

Features

Main page

Here you can:

  • Delete color palettes
  • Create own color palettes
  • View a certain palette

New Palette Form

Here you can:

  • Create own color using Color Picker
  • Re-order Colors By Drag&Drop
  • Get Random Colors
  • Delete Colors
  • Save whole palette

Also there are bunch of Validations here: color value, color name, max number of colors, palette name.

Certain Palette

Here you can:

  • Copy colors to clipboard
  • Chenge color format (HEX, RGB, RGBA)
  • Change Lightness(shades) of Color
  • View all shades of certain color

Certain Color Shades

Here you can:

  • Copy colors to clipboard
  • Chenge color format (HEX, RGB, RGBA)

Tech Stack & Technologies

  • React
  • Material UI
  • JSS
  • chroma.js

And othe libraries to implement: Drag&Drop, Copy to Clipboard, Form Validation, Color Picker, Emoji Picker and more ...