Moodify, a web-app build from reactjs, compiles your mood and generates Spotify playlists with knowledge to such info.
-
Additional application support
-
Add more emotions
-
Settings Configuration Page
Clone the project
git clone https://github.com/JLi2007/Moodify.gitGo to the client directory
cd clientInstall dependencies
npm installRun the frontend
npm run devGo to the server directory
cd serverStart the server
npm start