Skip to content

A music streaming app, using embedded YouTube, SoundCloud and Spotify players, with track switch capabilities between platforms. Works as a general streaming web app.

Notifications You must be signed in to change notification settings

MadsFrost/StreamValley

Repository files navigation

Project StreamValley

StreamValley is meant to be a cross-platform music streaming app. With the same features and capabilities as YouTube, SoundCloud and Spotify, but with mixed search results and playlist features and a generalized player.

Todo - Player

  • Create basic player UI

    • Play/Pause buttons
    • Forward/Skip buttons
    • Slider with draggable seek functionality
    • Diverse animations
    • Album/Artist picture
    • Volume slider
    • Shuffle button
    • Minimize player button
  • Playlist functionality

    • Create typed variants for a playlist
    • Optimized player loader when switching between platforms
    • Create shuffle feature
  • General UI

    • Create queue UI design and redux slice
    • Create search and api features

Docker / Run

Build Image

docker build -t stream-valley-client:latest .

Run Image

docker run -it --rm -p 80:80 stream-valley-client:latest

About

A music streaming app, using embedded YouTube, SoundCloud and Spotify players, with track switch capabilities between platforms. Works as a general streaming web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published