Vinyl Player is an application that plays music by displaying it as a Vinyl record
- Set up Spotify's Web Playback SDK for playback functionality.
- Implement OAuth to authenticate users and obtain the access token.
- Use Spotipy or Spotify API to fetch song details (e.g., title, artist, album art) based on user input.
- Create a spinning vinyl animation using React.
- Style the UI using DaisyUI.
- Sync the vinyl animation with song playback.