Skip to content

shubha-rajan/playlist-for-two-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlist for Two

Playlist for Two is a social music discovery app integrated with Spotify that enables users to generate playlists based on common songs, artists, and genres using Spotify's recommendation engine. The back end for the app was built with Flask and MongoDB and deployed on Heroku. The mobile client for the app is cross-platform (ios/Android) and was built using Flutter

Playlist for Two was developed by Shubha Rajan as a capstone project for Ada Developers' Academy.

Screenshots

home page side drawer menu playlist page edit playlist playlist seed selection playlist feature selection

Getting Started

Requirements to try it out:

  • A Spotify account with a lengthy listening history or number of saved songs and followed artists.
  • A mobile phone or emulator.
  • A friend who also has both of the above!
  • A computer (needs to be Mac if you're trying to run the app on iOS)

For Developers

SPOTIFY_CLIENT_ID={Your client ID}
 
SPOTIFY_REDIRECT_URI=playlistfortwo://login/callback 
 
SPOTIFY_USER_ID={Your user ID, this will be the ID of the account used to generate playlists} 
 
P42_API = {The url where your server is running}
  • Connect your phone, if you are using a physical phone. Then select your device in your IDE. (If you're using a physical iPhone, you must use Xcode, otherwise, you can use VSCode or Android Studio). -If you're using iOS, complete the code signing steps
  • Press the run button if using Xcode, otherwise type "flutter run" in the terminal to build the app on your device/emulator.

About

Mobile client for playlist for two using flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages