Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 610 Bytes

colourful dogs

A React App utilising the react-palette module to display the six colours from sample dog images.

Running Locally

Clone the repo and run

npm install
npm start

Navigate to locahost:3000

Working

constants.js has an array of images.

App.js takes a random image from this array and passes it to react-palette

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.