A web app for visualizing personalized Spotify data built with React, Express, and the Spotify API
The Spotify Profile web app is designed to visualize personalized Spotify data. It utilizes various technologies including Spotify Web API, Create React App, Express, Reach Router, and Styled Components to provide users with an interactive platform to view their Spotify information.
To install the Spotify Profile web app, follow these steps:
http://localhost:8888/callback
as a Redirect URI in the app settings..env
file in the root of the project based on .env.example
.nvm use
, then install dependencies with yarn && yarn client:install
.yarn dev
.http://app-name.herokuapp.com/callback
as a Redirect URI in the Spotify application settings.http://app-name.herokuapp.com/login
.The Spotify Profile web app offers users a dynamic way to explore and visualize their Spotify data. By leveraging the Spotify Web API and modern web development technologies, users can enjoy a personalized experience with their music preferences. The clear deployment instructions make it convenient for users to access the app both locally and on the web.