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