A Spotify-inspired music streaming web app built with React and Tailwind CSS. This project is a personal challenge to deepen my frontend skills and recreate a clean, responsive, and interactive music app UI.
- Responsive layout with Tailwind CSS
- Music player UI
- Playlist and album views
- Sidebar navigation (Desktop version completed ✅)
- Dark theme (like Spotify)
- Mobile-friendly design
- React
- Tailwind CSS
- Vite
- React Router (optional)
- Context API or Redux (optional for state)
git clone https://github.com/your-username/spotify-clone.git
cd spotify-clone
npm install
npm run dev
- Integrate real audio playback
- Add user authentication
- Connect to Spotify API or a mock backend
- Improve mobile responsiveness
- Design mobile sidebar
- Build out playlist and album pages
This is a learning project, but suggestions and feedback are welcome!