Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 928 Bytes

File metadata and controls

16 lines (9 loc) · 928 Bytes

Project Specifications:

  1. Display at least one song on the page when the page loads

  2. Give the user the ability to play that song, without using the "built-in" play button. This could be through a different button, through clicking or mousing over an image on the page, or any other device of your choosing.

  3. Give the user the ability to stop that song without using the "built-in" stop button. Once again, this could be through a different button, through clicking or mousing over an image on the page, or any other device of your choosing.

  4. Give the user the ability to load at least one different song into the Jukebox besides the one that is loaded when the page initially renders

  5. The whole Jukebox should be backed by an object called Jukebox with methods to play, stop, and load songs. Bonus features:

  6. Playlist of songs, allows the user to queue up the next song

  7. Feature to request a random song