Spotify-C-V2 is a web application that allows users to search and play songs from Spotify's library. It uses the Spotify Web API to access Spotify's music data, and the Spotify Web Playback SDK to play songs directly in the browser.
- Search for songs, artists
- Play, pause, skip
- Show song progress and duration
- Shuffle and repeat songs
- React.js
- Vite.js
- Spotify Web API JS
- Axios
-
Clone the repository: git clone https://github.com/SharkzTech/spotify-c-v2.git
-
Install dependencies: cd spotify-c-v2 npm install
-
Create a Spotify application at https://developer.spotify.com/dashboard/, and add
http://localhost:5173
as a Redirect URI. -
Create
.env
, and fill in your Spotify application's Client ID and Client Secret. -
Start the development server: npm run dev
-
Open the application in your browser at http://localhost:5173.
This project is licensed under the MIT License. See the LICENSE file for details.