My Spotify Wrapped Project

Initial Design Ideas

For the first phase of the project, I took to Canva to play around with some initial designs. As no client is involved, I went off personal style and preference, creating 8 new designs as shown. The next step of the process involved creating some initial Java code to handle the JSON data downloaded from my Spotify account. I constructed 3 new classes, a JSON handler class to read/write incoming JSON data, an entry class to format this so data can be manipulated and displayed, and finally ...