Skip to content

julianschambeck/spotillage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotillage

Spotillage is a single page web app that lists your top 20 favorite artists on Spotify - in the form of a collage. Click on an artist image and you will see further details like: the music genres which the artist covers, the tracks you listen to the most, and the general popularity of the artist on Spotify.

The app is built with React and uses the Material UI components library (based on Material Design).

Spotillage talks to the Spotify Web API to fetch the relevant top artists and tracks data. Before that it goes through the Authorization Code with PKCE Flow to be granted the necessary access token.

The app does not store any Spotify data of users.

Try it out here <<< Spotillage >>>