Instructions:
-
You are free to enter your song by: Humming, Actual Song and Lyrics.
-
For Humming and Song you will be provided by our special recorder and for Lyrics there will be a text editor.
-
After sending request by pressing "Finish" or "Send" you will be provided with a list of results.
-
You will be provided by 3 buttons:
"Guessed!" - means that there is a song you were searching for. Server will get the point.
"Give a chance" - means that you want to play one more round, giving a chance to our server to recognize the song
"Finish game" - server could not find the needed one. You will get the point.
- There is games and rounds system.
It means that you are providing different pieces of song in different rounds and diffrerent songs in different games.(Max amount of rounds - 5)
After 2 games, you will be availiable to see the results of you challenging our server, provided with the history of songs
Additional:
If you want start our app local, please do this step:
- Create directory (mkdir TEST);
- git clone https://github.com/Siusarna/Grachi-music-app;
- cd Grachi-music-app;
- npm i (and wait for all the modules to be installed);
- cd client;
- npm i (and wait for all the modules for client to be installed);
- cd ..
- npm run devStart (if all goes well, your browser will open a page with our application);