Project includes custom audio player that plays song you choose from album shown. Website has one page and is part of https://www.frontendpractice.com/ challenge. Here's link to live preview: https://kosserin.github.io/monstercat-audio-player/
Technologies used in making this page are:
-
HTML
-
CSS (SCSS)
-
JavaScript
Page contains 12 different songs, multiple audio players all around the page. Main audio player has next/previous song, random song as next, repeat button, volume button and of course, play/pause button. If user plays one song, and then decide to play another without pausing first one, player will automatically pause first one and play second one.