Skip to content

Uses unsplash API to find photos of an input keyword. Made in Vue.js

Notifications You must be signed in to change notification settings

francepack/takehome-picsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picsearch

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.

Screenshots

Screen Shot 2019-06-04 at 9 33 33 PM

Screen Shot 2019-06-04 at 9 35 51 PM

Technology

  • Vue.js
  • API
  • Heroku

To Use

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

About

Uses unsplash API to find photos of an input keyword. Made in Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published