Skip to content

SHARKZTECH/spotify-c-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-C-V2

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.

Features

  • Search for songs, artists
  • Play, pause, skip
  • Show song progress and duration
  • Shuffle and repeat songs

Technologies Used

  • React.js
  • Vite.js
  • Spotify Web API JS
  • Axios

Getting Started

  1. Clone the repository: git clone https://github.com/SharkzTech/spotify-c-v2.git

  2. Install dependencies: cd spotify-c-v2 npm install

  3. Create a Spotify application at https://developer.spotify.com/dashboard/, and add http://localhost:5173 as a Redirect URI.

  4. Create .env, and fill in your Spotify application's Client ID and Client Secret.

  5. Start the development server: npm run dev

  6. Open the application in your browser at http://localhost:5173.

Screenshots

Screenshot from 2023-03-04 13-38-37

Screenshot from 2023-03-02 08-17-43

License

This project is licensed under the MIT License. See the LICENSE file for details.

Demo: https://sharkztech.github.io/spotify-c-v2/