I created a fullstack web application that allows Spotify Premium user to synchronize playback of podcasts between devices seamlessly. Think having a Netflix Watchparty for a Spotify Podcast! It's a great way to connect with others over fun, informative or interesting ideas. The app uses Django REST, React and the Spotify API.
This is the abridged folder structure I used to construct this project. I seperated the frontend, backend, and the Spotify API into their own folders, the Spotify folder containing the bulk of the logic as that's where most of the magic happens.