Guess who sings the song.
Javascript: React, Webpack, Node.js/Express
CSS: Sass
API: https://developer.musixmatch.com
$ git clone https://github.com/45kb/Musixgame.git
$ cd Musixgame
$ npm i
$ npm run server
server starts at http://localhost:3000
$ npm start
then browse http://localhost:8080
Just open and edit the main config.json
now you can configure:
- the array of artists you want to be in the game (atm static array)
- the number of answers each quiz must have (quiz duration)
- the points you earn for each correct answer
- api url, key and ws url.