A web application that allows users to search for songs by title and see information about them. Users can also create and export a custom playlist to their Spotify account.
- Go to the Jamming website.
- Enter a song title in the search bar and click the search button or press enter.
- You will be able to see information about each song like title, artist, and album for songs you queried.
- If you want to create a custom playlist, click on "Export to Spotify" and log in with your Spotify account.
- The songs you queried will be added to your Spotify playlist with the name "Jamming Playlist".
- React
- Node.js
- Express
- Spotify Web API
- Users can search for songs by song title.
- Users can search by other attributes like artist’s name, genre, etc.
- Users can see information about each song like title, artist, and album for songs they queried.
- Users can export their custom playlist to their personal Spotify account.
- Add more information to each song like album art, release date, and song duration.
- Allow users to add songs to a playlist from the search results page.
- Implement pagination for search results.
This project is still under work and is not yet complete.