-
Notifications
You must be signed in to change notification settings - Fork 1
Artist Information Page
This page shows the individual artist information for an artist that was selected by the user. It also allows the user to generate a playlist from the current user, follow/unfollow the current artist and navigate to related artists.
This component shows the current artists information such as artist name, followers and an image of the artist using the Artist API. There is also a button that allows the user to follow and unfollow an artist if they wish.
This component uses Cards to compile a grid list of related artists using the Related Artist API that the user can choose from to navigate to their corresponding individual artist page.
This component is located on the bottom right of the page. It uses the Create Playlist from tracks API in conjunction with the Recommendations API to generate a playlist with songs related to the genre and related artists of the current artist.