stekatag / music-player

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.

Home Page:https://stekatag.github.io/music-player/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎢 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

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.

https://stekatag.github.io/music-player/


Languages

Language:JavaScript 51.1%Language:CSS 28.1%Language:HTML 20.8%