Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.27 KB

Colorpicker (Client Side)

A simple web-based color palette creator

Server side repo: colorpicker-server

dashboard-landscape

Demo

Login Info (for testing)

Editor

editor-portrait

User can select the color (indicated by the arrow) and edit its color with hsl sliders.

  • Add button will append a random color to the palette.
  • Remove button will remove the selected color from the palette.

Dashboard

palettes-portrait

The user can preview all the saved color palettes in this dashboard. The plus sign will allow the user to create a new palette, or clicking the color palette will allow one to edit the existing palette.

Built/Tested With

  • React
  • React-redux
  • Redux-form
  • Jest
  • Node
  • Express
  • Mongo
  • Passport
  • Chai
  • Heroku
  • Travis