An open API service indexing awesome lists of open source software.

https://github.com/multivoltage/whosings

simple game developed with express and react and musixmatch API
https://github.com/multivoltage/whosings

Last synced: about 2 months ago
JSON representation

simple game developed with express and react and musixmatch API

Awesome Lists containing this project

README

          

### demo: https://whosings.herokuapp.com/#/profile

### English description

Goal:
build a react game where people have to guess correct artist from a choice of three, based on lyrics

Feature list:

- question in a single row and 3 artist to choose from
- game end after N questions
- count and save the points
- ask player name and save it with possibility to do a logout (localstorage)
- the pages are:
- quiz page
- user's page where he can see all his past games
- hight score page where it be possible to see all best games of best player
- each question has a max time, after it game will load next questions without increments points
- Use musicxmatch api: https://developer.musixmatch.com/ (30% of lyrics with free version)
-

### Italian Description

Goal:
realizzare un gioco in react che consenta alle persone di invovinare l' artista corretto su una scelta di tre in base al test

Feature list:

- domande con una riga di testo e 3 artisti tra qui scegliere
- il gioco finisce dopo N domande
- contare il punteggio e salvarlo
- chiedere il nome del giocatore e memorizzarlo con la possibilità di sloggare l'utente (local storage)
- le pagine/schermate devono essere:
- la pagina del quiz
- la pagina del utente dove si possono vedere il nome e i punteggi dei ultimi N giochi
- la pagina high score con i punteggi più alti di tutti gli utenti
- tempo di gioco per ogni domanda, una volta scaduto si passa alla prossima domanda senza prendere i punti
- usare api musixmatch: https://developer.musixmatch.com/ (30% del testo delle canzoni con la versione free)