A simple Angular 11 application that shows albums and photos collection using API calls,
with the ability to filter by the title of the albums and photos.
This project shows albums collection with the ability to filter by the title of the albums.
When clicking on some album, the user will be redirected to specific album page.
The specific album page shows photos collection related to this album with the ability to filter by the title of the photo.
The specific album page includes a "back" button to go back to the albums page.
When clicking on some photo, the user will be redirected to the full version of the photo.
There are spinner element presented while loading the list of albums and list of photos from the server.
-
This project was generated with Angular CLI version 11.2.19.
-
REST API request
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
https://dimakol.github.io/angular-albums-app/
https://dev.to/duomly/how-to-build-an-angular-8-application-with-api-request-in-10-minutes-34m8
MIT © Dima Kolyas