This is a music streaming application built using React, Context API, Tailwind CSS, and the Spotify Web API.
git clone https://github.com/itsarman001/Lyrics
cd lyrics
npm install
.env
file in the project root directory. This file will store your Spotify API credentials. You can find your credentials in your Spotify Developer Dashboard. Here's an example of the .env
file:REACT_APP_SPOTIFY_WEBAPI_CLIENT_ID = "YOUR_CLIENT_ID";
Note: Replace YOUR_CLIENT_ID
with your actual values.
npm run dev
This will start the application at http://localhost:5173 by default.
This project is licensed under the MIT License. See the LICENSE
file for details.