Welcome to the Spotify Clone project! This is a frontend clone of Spotify built using React.js and Tailwind CSS.
- 🎶 Responsive Design: A sleek and modern UI that works seamlessly across different devices.
- 🎧 Music Player Interface: Replicates Spotify's music player UI.
- 🎨 Tailwind CSS: Styled using the utility-first CSS framework.
- ⚡ React Hooks: Efficient and clean code with hooks for managing state and side effects.
- React.js: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- React Router: For navigating between different pages.
Clone the repository:
git clone https://github.com/HarshScripts22/spotify-reactclone.gitnpm installnpm startspotify-reactclone/
├── public/ # Public files such as index.html
├── src/
│ ├── components/ # Reusable components (Header, Footer, Player, etc.)
│ ├── assets/ # Images, icons, etc.
│ ├── App.js # Main App component
│ ├── index.js # App entry point
├── tailwind.config.js # Tailwind CSS configuration
├── package.json # Project metadata and dependencies
└── README.md # Project documentation (This file)Contributing Feel free to fork the repository and submit pull requests. All contributions are welcome 💖😊✨!
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh