MusicMood: A Music Player App Built for Creating Mood-based Playlists using ReactJS, Flask, and Spotify API
This project was bootstrapped with Create React App along with a python backend using Flask and is integrated with Spotify API.
To use the app, you should run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This command will start the Flask API for the mood-playlist creation.
If you want to use this app, you should go to https://developer.spotify.com/documentation/web-api to get your own clientID and secret clientID and edit the moodpy.py and spotify.js code. Also, don't forget to install the required dependencies and packages for this app.