Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.5 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.5 KB

Music Player Project

This is a simple web-based music player project built using HTML, CSS, and JavaScript. The player allows you to play, pause, and skip through a collection of songs. You can also control the volume and see the progress of the currently playing song.

Music-Player Live Demo

Features

  • Play and pause songs.
  • Skip to the previous and next songs.
  • Control volume using a slider.
  • Display album art, song title, and artist.
  • Track the progress of the currently playing song.

Getting Started

  1. Clone this repository to your local machine using:
    git clone https://github.com/EliRen7/music-player-project.git
    
  2. Open the index.html file in your web browser.

Usage

  • Click the play button (represented by the play icon) to start playing the current song.
  • Click the pause button (represented by the pause icon) to pause the currently playing song.
  • Use the forward and backward buttons (represented by the respective icons) to skip to the next or previous song.
  • Adjust the volume using the volume slider.
  • The progress bar displays the progress of the currently playing song. Click on it to seek to a specific point in the song.

Contributing

  • Contributions are welcome! If you have any improvements or feature suggestions, feel free to create a pull request.

Credit

  • Font Awesome - Icons used for the player controls.
  • Album art and song clips are used for demonstration purposes and are credited to their respective artists.