Spotify Playlist Maker is spotify clone, that consume Spotify API to search tracks and create a playlist in your Spotify account. Also my final project submission for Generasi GIGIH.
- Login for authorize Spotify account
- Search tracks
- Tracks ➡️ image, title, artist, duration, button, and link redirect to Spotify
- Create playlists ➡️ add multiple selected tracks
- User profile ➡️ avatar and display name
- Logout Spotify account
-
Clone the project
git clone https://github.com/AzwanNF/spotifyku.git
-
Go to the project directory
cd spotifyku
-
Install dependencies
npm install
-
Set up the environment variables
REACT_APP_API_KEY
contains Spotify Client ID -
Start the server
npm start
-
Open
http://localhost:3000
with your browser to see the result
Run npm test
for launches the test runner in the interactive watch mode.