Spotify Suggester allow users to create a list of favorites songs and then get suggestions for new songs based on their favorite list . Live Version
- Users can create accounts and login
- Search for Music based on song name or artist
- Add songs to your favorite List
- Get suggested songs based on the parameters of the songs on the Favorite List
- Can tweak the parameters of the suggestions to get more accurate suggestions
- JavaScript
- ReactJs
- ApexChart
- Axios
- Material UI
- Context API
- yup
- Spotify API
- Clone this Repository
- Install all project dependencies with
npm install
- Start the development server with
npm start
- This Projects uses https://spotify-suggester-be.herokuapp.com as Back End Server