Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 809 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 809 Bytes

color-app

color-app is a react based web application inspired by google's material UI color picker website.

Features!

  • Change color code between hex, rgb and rgba
  • Copy to clipboard
  • Change color temperature
  • Create a new pallete with drag and drop support
  • Everything is mobile responsive
  • Tools used - material UI, chroma.js, react-sortable-hoc

Screenshots

Homepage

alt text

Palette page

alt text

Create palette page

alt text

Installation

Clone this repository and navigate to the folder.

$ cd to_the_folder
$ npm install 
$ npm start

License

MIT