This project is a clone of the popular music streaming service, Spotify. It allows users to search for and listen to their favorite songs and artists, and discover new music.
- Ability to log in to your account using Next-Auth
- Search for songs, artists, playlists and new releases
- Preview of the Songs in new window
- Get access to the user's library
- Have access to user's liked songs
Clone the project
git clone https://github.com/anshkush92college/spotify-clone
Go to the project directory
cd spotify-clone
Install dependencies
npm install
Add .env file in the root of the project
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
NEXTAUTH_URL=
SECRET=
Start the server
npm run dev
- Refactor the code
- Add responsiveness