Online realtime song intro quiz game on browser with firebase realtime database.
- You need to prepare the song data by yourself. If you use copyrighted data, don't make them public.
- Before using this code, you should have done setting your firebase environment. After creating a firebase project, change the code in init-firebase.js properly.
- Prepare your firebase environment and song data (Each song titles are also required).
- Place these files in the repository.
- Rewrite init-firebase.js for your environment.
- Make "audio" folder and place your song data in it.
- Rewrite the code in song_data.js (song_titles[], song_files[]) properly.
- Deploy the repository.