A responsive Spotify Clone built with React and Tailwind CSS. The project replicates the core look and feel of Spotify, featuring a clean UI and essential music player functionality.
- Play / Pause, Next, Previous controls
- Progress bar with seek support
- Playlist management
- Responsive design for mobile & desktop
- Built with reusable React components and styled with Tailwind
- React – Component-based UI
- Tailwind CSS – Utility-first styling
- JavaScript (ES6+)
# Clone the repository
git clone https://github.com/siddhant621/Spotify.git
# Navigate to project directory
cd spotify-clone
# Install dependencies
npm install
# Start development server
npm startThis project was built to:
- Strengthen skills in React & Tailwind
- Practice building a real-world UI clone
- Understand state management in React

