GetMyStats is a project made using a combination of Flask, HTML, and CSS to get a user's Spotify data such as top artists and public playlists.
- A user logins in with their Spotify account. This uses their OAuth 2.0 protocols, and from there, reads the user data into multiple different variables separated by the type of data (playlists, artists).
- The user data is rendered onto an html file, where everything is displayed. It uses a combination of Boostrap 5 and my own CSS to make it look appealing.
- Cleaning up the code, because right now a lot of the code is kind of a mess due to me needing to frequently play around with things.
- Allow the user to get song recommendations
- Come up with a better name
- Add a dark mode