Color Constructor is a single page web application where users can randomly generate color palettes. Users have the ability to lock colors that they like as they generate more, save palettes, and edit palettes.
https://hidden-bayou-50291.herokuapp.com
These instructions will get a copy of the project up and running on your local machine for usage and testing purposes.
clone down the repository:
$ git clone https://github.com/MatthewKaplan/ColorConstructor.git
cd into directory and run npm install:
$ npm install
launch in your browser:
$ npm start
The repository for backend that we created and deployed via Heroku can be found at:
https://github.com/b3an5/colorConstructor-API
After following the Getting Started instructions you may test the project by doing the following.
test all files:
$ npm test
test the total coverage of the project:
$ npm t -- --coverage --watchAll=false
- Javascript
- React.js
- node.js
- Heroku
- Knex
- Express
- SASS
- Jest
- Enzyme