A simple browser-based music player built with HTML, CSS, and JavaScript. The project demonstrates DOM manipulation, audio playback controls, and a responsive user interface.
- Play and pause music
- Next and previous track controls
- Volume control
- Playlist support
- Current track display
- Responsive layout
- HTML5
- CSS3
- JavaScript
- HTML5 Audio API
Music_player/
├── index.html
├── style.css
├── script.js
└── README.md
- Clone this repository.
- Open the
Music_playerfolder. - Open
index.htmlin a modern browser.
Live site: Music Player
Ashutosh Tiwari