Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 865 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 865 Bytes

Unbiased Shuffle for Spotify

Unbiased shuffle for spotify playlists, combine and shuffle playlists for the ultimate experience!

Spotify designed a new algorithm that distributes artists and genres more evenly. Despite that new algorithm, Johansson said that users still tell Spotify developers that the shuffle functionality is not random. And it isn't – but it's calculated to feel more random, not less.

Demo

https://spotify-unbiased-shuffle.vercel.app/

Demo

Run Locally

Clone the project

  git clone https://github.com/rohitpotato/spotify-unbiased-shuffle

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Tech Stack

Client: React, TailwindCSS