Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.06 KB

Spotify Clone

A Spotify clone built using React and the Spotify Web API. This project aims to replicate some of the core features of the Spotify music streaming service, allowing users to browse playlists, play tracks, and manage their music library.

Screenshot Screenshot

Features

  • Browse and select playlists

  • Play tracks and control playback

  • Search for tracks, artists, and albums

  • View and manage your music library

Getting Started

Prerequisites

  • Node.js (at least version 12)

  • Spotify Developer Account

Installation

  1. Clone the repository:

    git clone : git@github.com:AryanT10/Spotify-lite_React.git

  2. cd "repoName"

  3. edit anyway you want.

4.Create a .env file in the root directory and add your Spotify API credentials:

.env >> REACT_APP_SPOTIFY_CLIENT_ID=your-client-id

.env >> REACT_APP_SPOTIFY_REDIRECT_URI=http://localhost:3000/callback

5.Start the development server: npm start