Spotify Playlist Manager is a React web application that allows users to search for songs using the Spotify Web API and create custom playlists. Users can add or remove tracks from the search results, name their playlist, and save it directly to their Spotify account.
This app leverages Spotify’s OAuth authentication to securely interact with users' Spotify accounts, making playlist creation seamless.
- Search for Songs: Type a song name, artist, or album to search Spotify's extensive music database.
- Create Playlists: Add tracks to a playlist and customize the playlist name.
- Save Playlists: Save your playlist directly to your Spotify account.
- OAuth Authentication: Authenticate with your Spotify account using OAuth for secure access.
You can check out the live version of this project here.