App to gather your favorite songs and generate playlists
Ever wish you could shuffle songs across all your playlists? Vibeify downloads your entire Spotify library and sorts it by vibe so that you can listen to all your favorites based on your mood.
This project is created with:
- React version: 18.2.0
- React router version: 6.3.0
This project was bootstrapped with Create React App.
- Get songs from your Spotify library
- Reshuffle your songs across playlists
- Improve default shuffle
- Add sliders to edit playlists
- Add save & share functionality
- Allow in-app playback of music
To run this project, install it locally using npm:
$ cd ../vibeify
$ npm install
$ npm start
And in a separate terminal window:
$ cd ../vibeify
$ npm run server