1. copy repo
2. cd reactjs-color-picker
3. yarn install
4. yarn start
The application contains 2 pages:
- Main page. It shows a link that leads to another page with color picker.
- Color picker page. It shows rgba colors and sliders where the user can move and select the desired color. User can save color and cancel to return to previous color.