Skip to content

tanujgupta18/Spotify-Player-Clone

Repository files navigation

Spotify Player Clone

A simple Spotify clone built using React and Tailwind CSS. This project showcases a static version of Spotify's interface.

Features

  • Browse songs and playlists
  • Play, pause, and skip songs
  • Responsive design

Tech Stack

  • Frontend: React, Tailwind CSS

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed:

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/tanujgupta18/Spotify-Player-Clone.git
    cd Spotify-Player-Clone
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev

    The application will open in your browser at http://localhost:5173.