Skip to content

Milan13-cmd/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple, lightweight, and easy-to-use music player built with HTML, CSS, and JavaScript. Experience your favorite tracks in a clean, minimalistic interface, directly in your web browser.

Features

  • Play/Pause: Control your music playback with a simple click.
  • Track Selection: Navigate through your music library and select any track to play.
  • Volume Control: Adjust the volume to suit your listening preference.
  • Progress Bar: Seek to any position in the song easily with the progress bar.

Customization

You can add your own music by modifying the script.js (or similar) file. Ensure your music files are hosted and accessible, then update the paths in the script.

  • Javascript
const playlist = [
  {
    title: "Song Title 1",
    song:"path/to/song1.mp3"
    img:"path/to/img1.png"
  },
  {
    title: "Song Title 2",
    song:"path/to/song2.mp3"
    img:"path/to/img2.png"
  },
  // Add more songs as needed
];

Installation

No installation is required! Simply clone this repository to your local machine and open the index.html file in your web browser.

git clone https://github.com/yourusername/Music-Player.git
cd music-player
open index.html # or use any web browser to open the file

Compatibility

This music player is built with standard web technologies and should be compatible with all modern web browsers. However, performance and appearance may vary between browsers and versions.

Contributing

Contributions are welcome! If you have a feature request, bug report, or pull request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published