Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.44 KB

Unsplash Browser App

Hosted at https://mcneely-unsplash-browser.herokuapp.com/

Please be aware that the application may be in Heroku's sleep mode and initial loading of the page may take a moment.

Search Photos by Popular, Latest, Oldest, Random or Search by Name

Search Photos by Popular, Latest, or Random Search by Name

Endless Scrolling

Endless Scrolling

Built Using

Set Up

  1. Clone repository

  2. Install dependencies:

npm install
  1. Get a free API key from Unsplash

  2. In the root folder of the project create a file named .env (Learn more)

In the newly created .env file add the following line replacing <YOUR API KEY> with your newly aquired key and save the file.

REACT_APP_API_KEY=<YOUR API KEY>
  1. Run Server:
npm run dev