Guess That Song

Project information

  • Course: Advance Web Development
  • Project date: Spring 2022
  • Programming Language/Frameworks: JavaScript, HTML, CSS
  • Project URL: Demo

For this project, I was required to make a project of my choosing with the condition that it was related to music. After some contemplation, I decided to make a game called, "Guess That Song". In this game, a snippet of a song will play and the player has to determine the song title based on the four options given. After 15 rounds the player's score will be presented.

To make this game I picked songs from the professor's iTunes Search API. I then stored them in my own objects array. Afterward, I used the HTML audio object to play, pause, and skip the song snippets. Finally, I created a counter that kept track of the player's score.

Designed by BootstrapMade