Spotify Clone is a web application that replicates the functionality of Spotify. Built with Next.js and Typescript for the frontend, and Typescript for the backend, it uses Supabase with its native API as an ORM.
Key Features
-
Song Publishing:
Users can publish songs and create playlists, including a liked songs playlist. -
Reusable Hooks:
Includes reusable hooks like useDebounce(), useDeviceMode(), and useUser(). -
Ongoing Development:
Adding playlists feature is still in development.
Tech Stack
- Frontend: Next.js, React.js.
- Backend: Typescript, Supabase.