Description

Palette Picker is a app to help people interested in design to find inspiration from randomly generated color palettes.

Setup

Simply start by cloning the front-end repo:

git clone https://github.com/tiffanybacher/palette-picker-ui.git

In the same folder you cloned the repository also clone the back-end repository with

git clone https://github.com/tiffanybacher/palette-picker-api.git

Once you have cloned the repo, to install the library dependencies cd into the folders just created and run:

npm install

Once everything is installed in both folders, in the back-end folder, run npm start in your terminal, you should see "Something is running on http://localhost:3001/". Now opening a separate tab in the terminal cd into the front-end repository and run npm start you're default browser should open a tab to http://localhost:3000/ if not simply go to http://localhost:3000/ in your preferred browser.

Screenshots

Screen Shot 2019-07-11 at 7 12 13 AM

Screen Shot 2019-07-11 at 7 12 40 AM

Screen Shot 2019-07-11 at 7 13 54 AM

Screen Shot 2019-07-11 at 7 17 02 AM

Emphasis of the Project

Further knowledge on the following technologies/principles:

  • Node.js
  • Express
  • Knex
  • PostgreSQL
  • React
  • Router
  • Redux
  • Thunks
  • Jest and Enzyme Testing

Contributors/Project Length

Created by:

Improvements