This project is a simple Spotify Player built with React. It allows users to log in with their Spotify account, view playlists, and play music.
- User authentication using the Spotify API.
- Display user playlists and the Discover Weekly playlist.
- Play music and control playback.
- React
- React Context API
- Spotify Web API
- Material-UI
- Clone this repository to your local machine.
git clone https://github.com/rohitdash08/Spotify_clone
- Navigate to the project directory.
- cd spotify
- Install dependencies.
- npm install
- npm start