Just a Proof of concept of an image gallery made with react.
To clone down this repository, you will need node
and npm
installed globally on your machine.
npm install
or yarn install
To Start Server:
npm start
or yarn start
To Visit App:
localhost:3000/
- For being able to load the images you'll need to register as a developer in Unsplash Developer's Site
- Then create a .env file with a variable named
REACT_APP_UNSPLASH_ACCESS_KEY
containing the Access Key you obtain once you've registered