Skip to content

Latest commit

History

History
30 lines (22 loc) 路 1.35 KB

README.md

File metadata and controls

30 lines (22 loc) 路 1.35 KB

COLORS APP

No more cramming of color codes! 馃

This awesome app lets you create color palettes and store them all in one place. Not only that, it comes with some starter palettes for inspiration. You can also create your own palette or customize any of the given ones. Also, if you are running out of colors, don't worry! Just press that RANDOM color button and the app will automatically generate an awesome color for you! 馃槏

In the end, don't forget to give your palette a unique name and a cool emoji! 馃槑

FEATURES

This app is bundled with a lot of features! It has the basic CRUD functionality. Other than that, there are a lot of useful features. Here are a few:

  • Copy Color in any format: HEX, RGB, RGBA 馃搵
  • Drag and Drop colors in your palette to rearrange and keep your favourite on top 馃槈
  • Generate different shades of the same color: You can choose between 9 different shades for each color 馃帹
  • Use built-in colors/palettes if you are running out of ideas 馃槂

LIBRARIES / FRAMEWORKS

  • React
  • React Router (HashRouter)
  • JSS for styling
  • Material-UI with some custom styling
  • Chroma.js for color format conversion and shade generation
  • Emoji Mart for emoji picker
  • React Color for color picker
  • React Copy To Clipboard
  • React Sortable HOC for drag and drop functionality
  • React Material UI Form Validator
  • React Transition Group