Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 520 Bytes

Vinyl Player is an application that plays music by displaying it as a Vinyl record

Setup

  • Set up Spotify's Web Playback SDK for playback functionality.
  • Implement OAuth to authenticate users and obtain the access token.

Song Data

  • Use Spotipy or Spotify API to fetch song details (e.g., title, artist, album art) based on user input.

Vinyl Player Design

  • Create a spinning vinyl animation using React.
  • Style the UI using DaisyUI.
  • Sync the vinyl animation with song playback.