Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 807 Bytes

🎶 Music Player

📖 About

This is a simple music player made with JavaScript, HTML, and CSS with Font Awesome icons.
The songs are hard-coded in the JavaScript file.

🔴 Live demo

Check out the live demo here
© Copyright by Stefan Gogov. Made for learning purposes only. All rights reserved.

💡 Features

  • Play button - Plays the current song. Turns into a pause button if the music is playing
  • Previous button - Plays the previous song
  • Next button - Plays the next song
  • Mute button - Mutes the song
  • Progress bar - Shows the progress of the song. Clicking on it will jump to that point in the song
  • Volume slider - Changes the volume of the song

📚 Resources