A web app to summarize your Spotify profile and get personalized data.
- Create react app
- Spotify Web API
- Express
- Styled Components
- Reach Router and many more...
- Register a Spotify App and add
http://localhost:5000/callback
as a Redirect URI in the app settings. nvm use 10.13
npm install
cd client && npm install
npm start
Special thanks to brittany chiang for Spotify Profile which inspired me build my own spotify stats app.