Jammming lets users authenticate to their Spotify account and run a search for tracks using an artist, album or track name. Users can also add a custom playlist to their spotify account. The app uses Spotify API to retrieve the tracks.
To become comfortable with the pulling and posting data from APIs. This app is part of the Codecademy React Course.
- Clone the repository
- Install npm
- Use
npm start
to run the app locally
The app uses Spotify API to search the tracks. https://developer.spotify.com/documentation/web-api/reference/
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Run
npm start
in the root directory - Go to the browser and type in a search term and click "Search" or press "Enter"
- Accept permissions
- Enter the term again
- Add/Remove any track using "+/-" button
- Rename the playlist by replacing "New Playlist"
- Click "Save to Spotify" button
You can contact me on Twitter [https://twitter.com/inderpalchauhan] and LinkedIn [https://www.linkedin.com/in/inderpal-chauhan-90814350/] if you have any questions.
This code is free to re-use as training material but no commercial application is permitted without prior consent.