Music Player is a simple web application built using HTML, CSS, and JavaScript. It allows users to play their favorite music tracks directly in their web browser without any external dependencies.
- Play, pause, and stop functionality.
- Progress bar to visualize the current playing position.
- Volume control.
- Playlist functionality to queue up multiple tracks.
- Responsive design for seamless experience across devices.
- Clone the repository:
git clone https://github.com/your-username/music-player.git
- Navigate to the project directory:
cd music-player
- Open
index.html
in your web browser using Live Preview Extension or Live Server Extension in VS Code.
- Play/Pause Button: Click to toggle between play and pause states.
- Stop Button: Click to stop the currently playing track.
- Progress Bar: Indicates the current position of the track. Click to jump to a specific position.
- Volume Control: Adjust the volume using the slider.
- Playlist: Add your favorite tracks to the playlist by clicking the "+" button. Click on a track in the playlist to start playing it.
For any issues or suggestions, please open an issue here.