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
- Host: GitHub
- URL: https://github.com/iansu/unsplash-browser
- Owner: iansu
- License: mit
- Created: 2019-02-19T19:34:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T20:59:48.000Z (about 6 years ago)
- Last Synced: 2025-01-26T06:44:51.853Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)