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.
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"
}
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.