Skip to content

anshkush92/spotify-clone

Repository files navigation

Logo

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.

Features

  • 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

Tech Stack

Run Locally

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

Acknowledgements

Author

License

MIT

Roadmap

  • Refactor the code
  • Add responsiveness