Zuno is a custom-built, fully responsive music player web app, designed with passion and built using HTML, CSS, and JavaScript. It features a modern UI, smooth playback controls, playlists, and real-time interaction — all without using any external frameworks.
- 🎵 Multiple playlists support with dynamic loading
- ⏯️ Play/Pause/Next/Previous with active track highlight
- 🔊 Volume control with mute toggle and glowing range slider
- 🎨 Dark modern UI (inspired but personalized)
- 📱 Fully responsive design (mobile & desktop)
- 🧠 Real-time updates with seekbar and time formatting
- 💾 Local storage-based login/logout experience
- 📁 Netlify + GitHub Pages friendly deployment
- Frontend: HTML, CSS, JavaScript
- Deployment: Netlify / GitHub Pages
Zuno/ ├── assets/ # All images, icons, and logos ├── songs/ # Music playlists with info.json & mp3 files │ └── Beats/ │ ├── info.json │ ├── cover.jpg │ └── *.mp3 ├── index.html # Main HTML page (music player UI) ├── auth.html # Login/Signup page ├── style.css # Main styling for the app ├── auth.css # Separate styling for login/signup ├── utility.css # Reusable utility classes ├── script.js # Main JavaScript logic └── README.md # You're here!
👤 Author Sameer Varshney 📧 samv12761@gmail.com 🌐 [Portfolio coming soon]