A simple Spotify clone built using React and Tailwind CSS. This project showcases a static version of Spotify's interface.
- Browse songs and playlists
- Play, pause, and skip songs
- Responsive design
- Frontend: React, Tailwind CSS
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed:
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/tanujgupta18/Spotify-Player-Clone.git cd Spotify-Player-Clone -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn devThe application will open in your browser at
http://localhost:5173.