A beautiful web-based music player built with HTML, CSS, and JavaScript.
- 🎵 Play music files
- 📁 Multiple playlists/albums
- 🎚️ Volume control
- ⏯️ Play/pause, next/previous controls
- 📱 Responsive design
- 🎨 Modern UI with dark theme
- Clone the repository
- Open
index.htmlin your browser - Or run a local server:
python -m http.server 3000
-
Install Vercel CLI:
npm i -g vercel
-
Login to Vercel:
vercel login
-
Deploy:
vercel
- Push your code to GitHub
- Go to vercel.com
- Click "New Project"
- Import your GitHub repository
- Deploy automatically
- Go to vercel.com
- Drag and drop your project folder
- Vercel will automatically detect and deploy
MusicoPlayer/
├── index.html # Main HTML file
├── script.js # JavaScript functionality
├── style.css # Main styles
├── utility.css # Utility classes
├── Songs/ # Music files
│ ├── ncs/ # NCS songs
│ └── bol/ # Bollywood songs
└── *.svg # Icons and assets
- The player works with local MP3 files
- Songs are loaded from the
Songs/directory - No external dependencies required
- Compatible with all modern browsers
MIT License