- β React hooks
- β Color picker from React-Color library
- β Palette with flexbox and limited amount of colors
- β Color shades from chroma.js library
- β Dynamic text color based on background luminancy (using chroma.js)
- β Copy to Clipboard from react-copy-to-clipboard library
- β unique IDs from uuid library
- β drag and drop from react-sortable-hoc library
- β snackbar (info display after copy) from material-ui library
- β withStyles from material-ui library (JSS on Higher Order Components)
- β the app is responsive
- π Adding option to save the palette
- π Side menu/another route that shows saved palette
- π An option to download the palette in jpg/svg
- π Offering to copy the color codes in other formats than only HEX (rgb, rgba)
- π Refactoring styles component with makeStyles(solution for hooks), instead of withStyle
- π changing the library to drag-and-drop because of the deprication warnings in the console