colbyallen012 / palette-picker-front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palette Picker

This was a two week paired project at Turing School of Software & Design, where we built our own backend using Express.js, Knex, and PostgreSQL, adn connected it to our front end using React and Redux. It allows a user to create project folders and then create palettes to add to individual projects. The user can generate a random color palette to add, or lock specific colors and build their own palette. The user can delete projects and palettes from the database.

Front End

Back End

Created By

Nathan Froehlich

Colby Allen

Learning Goals

The primary learning goals for this project are:

-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

Screenshots

Home

Screen Shot 2019-11-11 at 12 16 01 PM

Add New Project

Screen Shot 2019-11-11 at 12 16 14 PM

Edit Existing Project

Screen Shot 2019-11-11 at 12 16 48 PM

Built With

React

Redux

Sass

Testing with Jest, and Supertest

About


Languages

Language:JavaScript 89.6%Language:CSS 9.0%Language:HTML 1.4%