Skip to content

Display 25 random photos using the Unsplash API or search photos by keyword

Notifications You must be signed in to change notification settings

aliciaphes/RandomSnapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomSnapps

Display 25 random photos using the Unsplash API and search photos by keyword. This project was generated with Angular CLI version 6.2.3. and uses Bootstrap.

Screenshot:

RandomSnapps

Instructions

In order for the app to work, you will need to create a JSON file called keys.json (this file could also be in the server but for simplicity we read it locally). Store this file under the 'assets' folder. The content should be like this:

{
"APP_ACCESS_KEY": "your access key",
"APP_SECRET": "your secret"
}

Development server

Run npm install and then ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

Display 25 random photos using the Unsplash API or search photos by keyword

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published