/angular-albums-app

Angular 11 simple web application

Primary LanguageTypeScriptMIT LicenseMIT

Albums App

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.

Full description

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.

Screenshots

image

image

Tech/framework used

Development server

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.

API Reference

Link to the website that hosting the project

https://dimakol.github.io/angular-albums-app/

Credits

https://dev.to/duomly/how-to-build-an-angular-8-application-with-api-request-in-10-minutes-34m8

License

MIT © Dima Kolyas