A professional music streaming website for the album "myunveiling" built with Next.js 15, React 19, and shadcn/ui.
- 🎵 Professional Spotify-like interface
- 🎛️ Full-featured music player with play/pause, seeking, and volume control
- 📱 Responsive design that works on all devices
- 🎨 Modern UI with shadcn/ui components
- 🔄 Real-time player state management
- 🎼 Track listing with duration and playback controls
The project dependencies are already configured. Run:
npm install
- Add your album cover image as
public/album-cover.jpg
- Add your audio files in the
public/audio/
directory:track-1.mp3
(Opening)track-2.mp3
(Revelation)track-3.mp3
(Metamorphosis)track-4.mp3
(Awakening)track-5.mp3
(Transcendence)track-6.mp3
(Eternal)
Edit src/lib/music-data.ts
to update:
- Album title, artist name, and year
- Track titles and durations
- Audio file paths (if using different naming)
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.