This project is a React.js based music recommendation application. It contains song tracking and playlist generation capabilities. It uses the Spotify API in order to fetch music information, and the front end of the project uses React.js to create the interface.
Displays recently listened tracks, with further links to relevant artist/track information.
Visualises top recent tracks, artists and genres you've listened to.
Custom playlist curation based upon your listening habits.
- Real time recent song and artist tracking capabilities.
- User specific lifetime song, artist and genre statistics.
- Specialised playlist generation based on user data.
- REST API functionality using spotify web API.
- Javascript backend for API integration.
- React.JS integration for front end interface.
Runs the app in the development mode.
Open https://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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.