Spotify Clone is a responsive web application built using React, Vite, Tailwind CSS, and React Router. It mimics Spotify's core user interface and functionality, featuring dynamic navigation, an interactive sidebar, and a custom audio player managed via context.
Clone the repository:git clone https://github.com/vnv2315/Spotify-clone.git
Navigate into the project directory:cd Spotify-clone
Install the dependencies:npm install
Run the development server:npm run dev
Ensure you have Node.js (v14 or higher) installed on your machine.