A simple music player application built using HTML, CSS, and JavaScript. This project demonstrates how to create a functional and user-friendly music player with basic web technologies.
- Play and Pause Music: Easily play and pause songs with intuitive controls.
- Next and Previous Tracks: Navigate through the playlist with next and previous buttons.
- Volume Control: Adjust the volume to your preference.
- Responsive Design: A clean and responsive interface that works on all devices.
- Custom Playlist: Add and manage songs in the playlist.
-
Clone the repository:
git clone https://github.com/Ayushdu37/Basic_Music_Player.git cd Basic_Music_Player -
Open the
index.htmlfile in your browser:- Double-click the
index.htmlfile in the project folder. - Alternatively, use a live server (e.g., the Live Server extension in Visual Studio Code).
- Double-click the
- A modern web browser (e.g., Chrome, Firefox, Edge).
- No additional installations are required since the project is built with HTML, CSS, and JavaScript.
index.html: The main HTML file for the music player.style.css: Contains the styles for the user interface.script.js: Contains the JavaScript logic for the music player.assets/: Stores audio files and other static assets (e.g., images).
Feel free to fork this repository and submit pull requests for improvements or new features.
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by Ayushdu37.