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.
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
- React
- Redux
- React Hooks
- React Router
- Jest & Enzyme
- Sass (SCSS)
- Colormind API
- The Color API
- PostgreSQL
- Nodejs
- Express
- Knex
- Heroku
- Travis CI
- Fork and clone down this repository.
- In your Terminal, access the directory of this repository.
- Run
npm install
to install the webpack dependencies. - Once it has finished installing, run
npm start
. - Follow the instructions here to get the database up and running.
- Check out your broswer.