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.
- 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.
- Clone this repository to your local machine using:
git clone https://github.com/EliRen7/music-player-project.git
- Open the index.html file in your web browser.
- 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.
- Contributions are welcome! If you have any improvements or feature suggestions, feel free to create a pull request.
- 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.