Skip to content

A retro music player built using Spotify's API, built with Vite, React, and TypeScript. It allows users to browse and play Spotify tracks.

Notifications You must be signed in to change notification settings

icarus/music-player

Repository files navigation

Retro Mode

Features

  • User Authentication: Secure log in with Spotify credentials.
  • Search Functionality: Find songs, albums, and artists.
  • Playlist Management: Create and modify playlists.
  • Responsive Design: Adapts to various screen sizes.
  • Playback Controls: Play, pause, skip tracks, and adjust volume.

Installation and Setup

  1. Clone the repository:

    git clone [email protected]:icarus/music-player.git

     

  2. Navigate to the project directory:

    cd music-player

     

  3. Install dependencies:

    npm install  

     

  4. Set up environment variables:

    • Create a .env file in the project root.
    • Add your Spotify Client ID and Secret:

    VITE_CLIENT_ID=your_client_id
    

     

  5. Run the application:

    npm run dev  

About

A retro music player built using Spotify's API, built with Vite, React, and TypeScript. It allows users to browse and play Spotify tracks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages