A simple Spotify clone built using React and Tailwind CSS. This project showcases a static version of Spotify's interface.
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:
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 dev
The application will open in your browser at http://localhost:5173
.