Skip to content

pradiptlx/simple-spotify-web

Repository files navigation

Simple Spotify Web (actually: Create Playlist Spotify Web)

This project was bootstrapped with Create React App.

Intro

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.

Features

  • 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)

Requirements

  • Node 14+
  • NPM
  • That's it. Just do step below

Installation

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.

Link

Website (If you want to try, send to me your email because Spotify development API is limited into the account)