Music Controller

Pythong-Django web app with Spotify API

Info: The website allows users to log in to their Spotify and share control of their currently playing song with friends.

Description: This web app allows for users to create 'rooms' for them and their friends to listen to the same palylist at the same time.

Users who create rooms are able to edit the features accessable to members of their listening room. They can set the number of votes needed to skip as well as toggle access to the pause/play button.

Tech Stack: The back end is built using Pythong and Django using the Django REST framwork, connected to Spotify's developer API endpoints. This website uses React on the front end for state management with Material UI components.