Music Player

Explorations in using the HTML <audio> tag and how the DOM can be manipulated with JavaScript to build an interactive music player. The user can play, pause, advance, and return to earlier songs, as well as click on the progress bar to skip to any point in the audio track.

Project information