A simple Music Player application built with HTML, CSS, and JavaScript. This web app allows users to play, pause, and navigate through their favorite tracks in a user-friendly interface.
- Play, pause, and skip tracks
βΆοΈ βΈοΈβοΈ - Stylish user interface with album art πΆ
- Responsive design for mobile and desktop
- Easy to use and navigate
- `images/` - Directory for album art and other images
- `music/` - Directory for audio files
- `index.html` - Main HTML file for the application
- `script.js` - JavaScript file containing the application logic
- `style.css` - CSS file for styling the application
- `README.md` - This file
- HTML5
- CSS3
- JavaScript
- Clone the repository:
git clone https://github.com/yourusername/music-player.git
- Navigate to the project directory:
cd music-player
- Open
index.html
in your web browser.
https://dharshini1401.github.io/MusicPlayer/
- Click the play button to start playing a track.
- Use the pause button to pause playback.
- Navigate through the tracks using the next and previous buttons.