Featured photo gallery built using React, React Router, Redux, Thunk. To run locally:
git clone https://github.com/hmorri32/splash-feed.git
cd splash-feed
Grab an Unsplash API key from: https://unsplash.com/developers
Set it as an env variable like REACT_APP_SPLASH_ID = yourCoolKey
npm install
npm start
Navigate to localhost:3000. Enjoy.
To watch and build Sass files, run npm run watch-css
Run the test suite with npm test
Find it live on Heroku: splash-feed