Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.25 KB

Music Player 🎵

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.

Features 🌟

  • Play, pause, and skip tracks ▶️⏸️⏭️
  • Stylish user interface with album art 🎶
  • Responsive design for mobile and desktop
  • Easy to use and navigate

File Structure 📁

- `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

Technologies Used 🛠️

  • HTML5
  • CSS3
  • JavaScript

Installation 📥

  1. Clone the repository:
    git clone https://github.com/yourusername/music-player.git
  2. Navigate to the project directory:
    cd music-player
  3. Open index.html in your web browser.

Demo link:

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.