Explore Unsplash photo API through Picsearch - Type in a search term to see what photos come up!
This app was built by Mason France as a means of learning Vue.js.
- Vue.js
- API
- Heroku
To bring onto your device, cd into the file you'd like to place this project and
git clone https://github.com/francepack/takehome-picsearch.git
cd into new file and
npm install
An API key for Unsplash photo API is required.
To use, you will need to register to obtain a key here.
To use key, in your root folder, create a file named
.env.development
The contents of this file should be
VUE_APP_KEY=your_key_here
To see the app you cloned down in your browser
npm run serve