Skip to content

Basic React Spotify API App - Project 2 for General Assembly SEI

Notifications You must be signed in to change notification settings

kristenprescott/MoodMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoodMix

Web-app created with React that uses the Spotify API to allow users to curate playlists based on genre and view song details for individual tracks. It uses the client-credentials-flow for server-to-server authentication.

Demo


Description

Select Genre Track Details Tracklist
app view of dropdown menu to select a genre track details view of app - album image, title, artist, and album title tracklist view showing list of different song titles, artists, and album titles

Technologies Used

APIs:

Languages:

  • HTML
  • CSS
  • Javascript

Libraries/Frameworks:

  • React
  • Axios

Getting Started

Installation Instructions:

*note: will need a Spotify premium account

  1. Fork/Clone Instructions
  2. Create a new app project at the Spotify Developer Page - adjust the settings to add a redirect URI (https://localhost:3000/callback is common) and grab the Client details(both Client ID and Client Secret) for later use.
  3. Create a file called .env at the root of the project directory; inside it, add these variables like so:
    REACT_APP_CLIENT_ID=<yourClientId>
    REACT_APP_CLIENT_SECRET=<yourClientSecret>
    
  4. To run the app locally, open the root folder in the command line and type yarn start, then open http://localhost:3000

About

Basic React Spotify API App - Project 2 for General Assembly SEI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published