This web-based music player allows you to play/pause songs, displays the current song's title and artist, shows playback progress with a seekable bar, and supports a predefined playlist for easy song selection.
Play/Pause: Toggle playback with a single button.
Song Info: Displays current song title and artist.
Progress Bar: Shows elapsed/total duration; allows seeking.
Playlist: Supports a predefined list for easy selection.
- HTML5: For the structure of the music player.
- CSS3: For styling the music player interface.
- JavaScript: For interactivity and functionality.
To run this music player locally:
- Clone the repository:
git clone https://github.com/reyyuuki/Music-Player.git
- Navigate to the project directory:
cd Music-Player - Open
index.htmlin your web browser.
- Open the Music Player.
- Select a song from the list provided.
- Click the play button to start playing the song. Click the pause button to stop the music.
- Use the progress bar to seek through the song.
Contributions are welcome! Please fork this repository and submit pull requests.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add new feature' - Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please contact the project maintainer at [irfan31331@gmail.com].