/unsplash-browser

A React app for interacting with the Unsplash API

Primary LanguageJavaScriptMIT LicenseMIT

Unsplash Browser

Getting Started

  1. Sign up for an Unsplash Developer account and create an app

  2. Create a .env.local file and add your Unsplash API keys:

    REACT_APP_UNSPLASH_ACCESS_KEY=""
    REACT_APP_UNSPLASH_SECRET_KEY=""
    REACT_APP_UNSPLASH_REDIRECT_URL=""
  3. Install dependencies by running yarn

Development

  1. Start the development server by running yarn start
  2. Go to localhost:3000