This project is a simple web-based song player implemented using HTML, CSS, and JavaScript. It allows users to play, pause, move forward, and move backward through a playlist of songs.
- Play/Pause functionality
- Forward/Backward seeking
- Song selection
- Stop playback
- Clone the repository to your local machine.
- Open the
index.htmlfile in your web browser.
- Play/Pause: Click the play/pause button to toggle between playing and pausing the current song.
- Forward/Backward: Use the forward and backward buttons to skip forward or backward within the current song.
- Stop: Click the stop button to stop playback entirely.
- Change Song: Select a new song from the playlist to play a different track.