Hello! Music has been a big part of my life so I've decided to make a Spotify Clone!
- Uploading Songs
- Play song audio
- Favorites system
- Images and Files being saved on Supabase
- Playlists and Liked Song System
- An Advanced Player Component
- Tailwind design for User Interface
- Full responsiveness for all devices
- Checking credentials using Supabase
- Integrating Github authentication
- Server error-handling using react-toast
- Clone repository:
git clone https://github.com/jaroonl/Spotify-Clone.git - Install app packages
npm i - Setup .env file:
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=- Using
database.sql, create songs and liked_songs table
Use: npm run dev