Skip to content

taylorsperry/palette-picker-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palette Picker

Palette Picker is a web application that allows users to generate random color palettes, save palettes to projects they create, and edit/delete saved palettes and projects. On the backend it uses a Postgres database and RESTful API design. Visit the live site.

Set Up

  • git clone this repo

  • npm install

  • git clone backend repo

  • npm install

Tech Stack

  • ReactJS
  • Redux
  • Router
  • React-Bootstrap
  • Jest / Enzyme

palette-picker

Screen Shot 2019-05-15 at 6 44 04 PM

Wireframe and Design Inspiration

Much like Coolors, the Palette Picker UI showcases the generated colors, which are the user's primary focus. The design for the header, form, and palette cards were inspired by dribble. It also incorporates cogo-toast to give users non-invasive feedback when a project or palette has been added, updated, or deleted, or an error has occurred. The initial wireframe is available here.

Collaborators

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • CSS 8.9%
  • HTML 2.8%