Classic iPod is a web-based recreation of the iconic Apple iPod Classic UI.
It brings back the early-2000s scroll-wheel magic using modern web technologies, all inside your browser.
Old-school design. Modern execution.
- 🎛️ iPod-style scroll wheel navigation
- 🎵 Music player UI with song lists and now-playing screen
- 🖥️ Nostalgic, pixel-clean interface
- ⚡ Built with React & Next.js
- 🌐 Fully responsive
- 📊 Vercel Web Analytics enabled
Focused on authentic UI/UX, just like the original device.
- Framework: Next.js (React 18)
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
- Linting: ESLint
- Package Manager: npm / bun
- Deployment: Vercel
Modern tools, classic discipline.
Clean and predictable — like good engineering should be.
git clone https://github.com/Deadbhaiya/classic-ipod.git
cd classic-ipodnpm install
# or
bun install
npm run dev

