Check out the live demo here: Spotify Clone Live Demo
This project is a clone of Spotify, aiming to replicate the look and feel of the original Spotify application. It demonstrates the use of modern web development technologies to create a music streaming service.
- React for building the user interface
- Tailwind CSS for styling and responsive design
- Recoil for state management
- Spotify Web API for real-time data fetching
- Real-time music streaming 🎶
- Playlist management 📂
- Search functionality 🔍
- User authentication 🔐
- Clone the repo.
- Install dependencies with
npm install
. - Set up the necessary API keys and environment variables.
- Run the development server with
npm start
. - Visit
http://localhost:3000
to view the app.
Contributions, issues, and feature requests are welcome!
- Inspired by Spotify's design and functionality.
Open source under the MIT License.