Skip to content

anaisberg/name-that-tune-spotify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name that Tune - Spotify

This is a simple demo of how to create a Name that Tune game using Spotify and React.

Getting started

First, fork / clone the repository.

git clone [email protected]:anaisberg/name-that-tune-spotify.git
cd name-that-tune-spotify

Then, install the dependencies.

npm install # or alternatively: yarn install

To launch the app in development mode:

npm start

To 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

About

Simple Name that Tune app connected to Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.0%
  • HTML 21.2%
  • CSS 12.8%