Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.33 KB

Spotify Web App using React

Home Page

image

Search Page

image

Features

  • 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

Installation

To run this app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/thefznkhan/spotify-clone.git
  2. Navigate to the project directory: cd spotify-clone
  3. Install the dependencies: npm install
  4. Start the development server: npm start
  5. Open your browser and visit http://localhost:3000

Usage

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.

Technologies Used

  • React
  • CSS

License

This project is licensed under the MIT License.

Live Demo

Visit the Spotify Clone to see the live version.