A React App utilising the react-palette module to display the six colours from sample dog images.
Clone the repo and run
npm install
npm start
Navigate to locahost:3000
constants.js
has an array of images.
App.js
takes a random image from this array and passes it to react-palette
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.