Loading repository data…
Loading repository data…
Ayokanmi-Adejola / repository
A modern responsive music player with glassmorphism design. Features full audio playback, playlist management, and seamless cross-device compatibility. Built with vanilla HTML, CSS, and JavaScript.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern, responsive music player built with vanilla HTML, CSS, and JavaScript. This project features a sleek glassmorphism design with full audio playback functionality, playlist management, and responsive layout that works seamlessly across all devices.
| Desktop | Tablet | Mobile |
|---|---|---|
Clone the repository
git clone https://github.com/Ayokanmi-Adejola/Music-Player
cd music-player
Open the project
# Option 1: Open directly in browser
open index.html
# Option 2: Use a local server (recommended)
python -m http.server 8000
# or
npx serve .
Access the application
index.html in your browserhttp://localhost:8000music-player/
├── index.html # Main HTML file
├── resources/ # Assets directory
│ ├── *.svg # Custom SVG icons
│ ├── *.jpg # Album artwork and backgrounds
│ ├── *.mp3 # Audio files
│ └── favicon.ico # Site favicon
├── design/ # Design references
│ ├── Desktop_1350px.jpg # Desktop mockup
│ ├── Tablet_1024px.jpg # Tablet mockup
│ └── Mobile_412px.jpg # Mobile mockup
├── thumbnail.jpg # Project preview image
└── README.md # Project documentation
| Browser | Version | Status |
|---|---|---|
| Chrome | 60+ | ✅ Full Support |
| Firefox | 55+ | ✅ Full Support |
| Safari | 12+ | ✅ Full Support |
| Edge | 79+ | ✅ Full Support |
| Opera | 47+ | ✅ Full Support |
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)