This is a simple demo of how to create a blindtest using Spotify and React.
First, fork / clone the repository.
git clone https://github.com/clement-escolano/blindtest-spotify.git
cd blindtest-spotifyThen, install the dependencies.
npm install # or alternatively: yarn installTo launch the app in development mode:
npm startTo deploy the app to Github pages, modify the homepage key in package.json to match your account and project.
Then, launch the command:
npm run deploy