An open API service indexing awesome lists of open source software.

https://github.com/iansu/unsplash-browser

A React app for interacting with the Unsplash API
https://github.com/iansu/unsplash-browser

Last synced: about 2 months ago
JSON representation

A React app for interacting with the Unsplash API

Awesome Lists containing this project

README

        

# Unsplash Browser

## Getting Started

1. Sign up for an [Unsplash Developer](https://unsplash.com/developers) account and create an app
1. Create a `.env.local` file and add your Unsplash API keys:

```ini
REACT_APP_UNSPLASH_ACCESS_KEY=""
REACT_APP_UNSPLASH_SECRET_KEY=""
REACT_APP_UNSPLASH_REDIRECT_URL=""
```

1. Install dependencies by running `yarn`

## Development

1. Start the development server by running `yarn start`
1. Go to [localhost:3000](http://localhost:3000)