- Search for songs, artists, and albums on Spotify
- Play selected tracks
- View track information such as album cover, artist name, and song duration
- Control playback with play, pause, and skip buttons
To run this app locally, follow these steps:
- Clone the repository:
git clone https://github.com/thefznkhan/spotify-clone.git
- Navigate to the project directory:
cd spotify-clone
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
Once the app is running, you can use the following features:
- Enter a search query in the search bar, press Enter, or click the search button.
- Click on a track card to play the selected track.
- Use the playback controls (play, pause, skip) to control the currently playing track.
- React
- CSS
This project is licensed under the MIT License.
Visit the Spotify Clone to see the live version.