/palette-picker

Module 4 project | Turing School of Software & Design

Primary LanguageJavaScript

Build Status

Palette Picker

Module 4 project | Turing School of Software & Design


Summary

Palette Picker is a palette generator designed to mimic the functionality of the Coolors application. Users are able to create projects, generate a random color palette, lock certain colors so they don't change, and save their finished palette to a project in the database. They can also delete color palettes when they are done.

Gif of Palette Picker

Generate Palettes

Learning Goals

  • server-side testing
  • further understanding of complete CRUD endpoints
  • multiple environments:
    • testing
    • making use of automatic continuous integration with TravisCI
    • deployment with Heroku