Skip to content

ruebel/dropbox-demo-tape-web

Repository files navigation

login screen

Dropbox Demo Tape

A collaborative playlist app built on Dropbox

https://dropbox-demo-tape.vercel.app/

Overview

  • Create and listen to collaborative playlists in Dropbox
  • Anyone with permissions to the file in Dropbox can collaborate

Login

Log in to Dropbox to start

login screen

Playlists

  • View all of the playlists you have access to
  • Playlists are saved as .mix files in Dropbox
  • Playlists can be shared with friends by giving them access to your .mix files

playlists view

Listen to your Playlists

playlist view

Edit Playlist

Edit playlist details.

playlist edit

Select tracks from Dropbox.

You won't need to reselect the tracks when you upload new versions as long as the file name stays the same.

select tracks

Technology

Development

To install dependencies

npm install

To run locally

npm run dev

Dropbox Client Id

You will need a dropbox client id

  1. Create an app
  2. Add {your_deployment_url}/auth to the Redirct URIs
  3. Copy the App key and update the key in ./constants.ts

About

Collaborative playlists on Dropbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published