This project is a simple, user-friendly music player UI built with HTML5, CSS3, and JavaScript. The player includes controls for playback, volume, progress tracking, and song navigation.
- Play/Pause Controls: Toggle playback of the audio track.
- Next/Previous Song: Navigate through a playlist of songs.
- Volume Control: Adjust the audio volume using a slider.
- Audio Quality Selection: Switch between different audio quality options.
- Dynamic Content Loading: Fetch song data from a JSON file and update the player dynamically.
- Clone the repository:
git clone https://github.com/NayanUnni95/Music-Player.git
- Navigate to the project directory:
cd Music-Player
- Open index.html in your preferred web browser:
open index.html