Color Catcher is a project inspired by the website Coolors. It allows a user to randomly generate colors, create projects, and save a "palette" of colors to a specific project. It is a partner project at Turing that required both a frontend and a backend to be built You can view the Back-End Repository here.
Heroku deployment: Color Catcher Backend
git clone https://github.com/lboyer4/color-catcher-frontend.git
npm install
git clone https://github.com/lboyer4/color-catcher-backend.git
npm start
npm start
The goals of this project's frontend was to create an App that generates random colors, allows you to "freeze" colors, and save projects and palettes to the backend. It uses ReactJS, Redux, Enzyme, and Jest.
The goals of this project's backend was to get comfortable using Express and Node.js, and to implement Travis CI.