Spotify App is my final project assignment. This project was using with Create React App.
Let see the result of this project.
- 🪟 authentication with Spotify API , you can login and logout with your Spotify account.
- 🔎 search music with Spotify API
▶️ can create playlist with form title and description- 🎶 button feature to add music to playlist, you can add music to playlist with search track
- Clone this project
git clone https://github.com/allfelaapk/spotify-gigih-new.git
- then go to the project directory
cd my-app
- install dependencies
npm install
-
set your env variable
REACT_APP_API_KEY
from Spotify Client ID -
start on your local server
npm start
- open link
http://localhost:3000
and see the result.
Feel free to reach me on github, if you have any feedback Here