Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.03 KB

README.md

File metadata and controls

63 lines (46 loc) · 2.03 KB

Picasso | Smart Color Palette Picker

Build Status

Summary

Create your own color palettes in this smart color palette generator that gives you colors that make sense.

Visit our app deployed in Heroku here!

You can find our back-end repo here.

Developers

Screenshots

Kanban Board Workflow

Jira storyboard link

Learnings

Learning goals were for the most part for our backend here

  • Server-side testing
  • Further understanding of complete CRUD endpoints
  • Connecting BE & FE repositories using CORS
  • Multiple environments:
  • Testing
  • Making use of automatic continuous integration with TravisCI
  • Deployment with Heroku

Built with

  • React
  • Redux
  • React Hooks
  • React Router
  • Jest & Enzyme
  • Sass (SCSS)
  • Colormind API
  • The Color API
  • PostgreSQL
  • Nodejs
  • Express
  • Knex
  • Heroku
  • Travis CI

How to install into your computer

  1. Fork and clone down this repository.
  2. In your Terminal, access the directory of this repository.
  3. Run npm install to install the webpack dependencies.
  4. Once it has finished installing, run npm start.
  5. Follow the instructions here to get the database up and running.
  6. Check out your broswer.