Skip to content

NayanUnni95/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player

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.

Features

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/NayanUnni95/Music-Player.git
  1. Navigate to the project directory:
cd Music-Player
  1. Open index.html in your preferred web browser:
open index.html