Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.02 KB

Colors Fun is a React js simple project that allows users to select and copy different shades of color. UI is simple and easy to navigate. You can find your favorite color palette and also you can create your own color palette. With the help of different libraries this awesome project was done. For the UI design, Material UI is used for different components. Chroms.js is used for maintaining and generating the different shades of HEX, RGB, RGBA values. CopyToClipBoard.js is used for copying action.

Features

  • 1. Generate Your Own Color Palette
  • 2. Copy the color codes with with HEX, RGB, RGBA.
  • 3. Drag and drop the color boxes wherever you want
  • 4. Perform CRUD actions with the color paletttes
  • 5. Draggable Color boxes
  • 6. Create your own color palette
  • TO DO's

  • 1. Adding the Darg and drop and option
  • 2. Adding the material UI snackbar component for the notifications after the user completes some certain actions.
  • 3. Routes are missing