This web application recommends songs for users based on their favorite tracks.
-
Home Page (
index.html
):- Search, preview, and save tracks.
-
Saved Tracks Page (
saved.html
):- View and manage saved tracks.
- Generate recommendations dynamically using the Spotify API.
-
Recommended Tracks Page (
recommendations.html
):- View recommended tracks based on saved tracks.
-
Clone the repository:
git clone https://github.com/aniketshirodkar/AudioAdvent.git
-
Obtain Spotify API credentials:
- Create a Spotify Developer account and create a new application.
- Replace
clientId
andclientSecret
insaved.js
andscript.js
with your own credentials.
-
Open the index.html file in a web browser.
- Home Page:
- Enter your favorite song titles in the search bar and click "Search."
- Preview tracks or view them on spotify
- Save tracks
- Generate recommendations based on your saved tracks
- Axios: A promise-based HTTP client for making requests.