You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed a karaoke using JavaScript which displays lyrics while the music is playing. Using a file containing lyrics and timings to show them. I used Regex to sort timings and lyrics of the text file, and using AJAX method to display lyrics on the page.
About
I developed a karaoke👨‍🎤 using JavaScript which displays lyrics while the music is playing. Using a file containing lyrics and timings to show them. I used Regex to sort timings and lyrics of the text file, and using AJAX method to display lyrics on the page.