This project was bootstrapped with Create React App.
This project is nothing more than a side project as React is the most wanted library to learn (based on StackOverflow 2021 Survey) and this is also for my final project in Generasi GIGIH, a program from Yayasan Anak Bangsa Bisa. I like listening to music with Spotify, so it's worth it to explore and try to use their API but because of complexity in Audio API, currently this app only serve as Create Playlist and Show Saved Library from User. Yeah, that is for the intro.
- Search Tracks
- Create Playlists from Selected Tracks
- Show Trending Playlists (Region ID)
- Show User Library
- Following Artists
- Saved Albums
- Saved Tracks
- Saved Playlists
- Play tracks (limited)
- Node 14+
- NPM
- That's it. Just do step below
If you want to try (or maybe help me to improve) this app on your local development, just install with
cp .env .env.local # open https://developer.spotify.com/dashboard/applications and add config env with your key (don't forget add hostname configuration)
yarn install
and run development server.
yarn start
Don't forget to run test (if you write the test) with
yarn test
and help me find some bug.
Website (If you want to try, send to me your email because Spotify development API is limited into the account)