Demo Application

Learn how the Deezer APIs can be integrated into a real-world application.

We'll cover the following...

We gained hands-on experience with the Deezer API endpoints in the previous chapters. Let’s go over the workflow of our functional application.

Workflow

  1. When we run the application, the first page we see is the homepage. The homepage has two main components:

    • Navigation Bar: This contains the search bar, favorites button, playlist button, and login button.
    • Flashcards: There are different flashcards to display top tracks, albums, artists, playlists, and podcasts.
...