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
- Host: GitHub
- URL: https://github.com/multivoltage/whosings
- Owner: multivoltage
- Created: 2019-06-27T07:53:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:17:52.000Z (over 4 years ago)
- Last Synced: 2025-10-09T20:38:47.566Z (10 months ago)
- Language: JavaScript
- Size: 666 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)