Symphonia is a web application built using Create React App (CRA) that leverages the Spotify API to search for tracks and artists, create playlists, and save them to your Spotify account
- Search for tracks or artists
- Display the title of the song, album, artist, and a preview
- Add tracks to playlists
- Save playlists to your Spotify app
- Display a list of your playlists
Change into the project directory: e.g
cd symphonia
Install the required dependencies:
npm install
Start the development server:
npm start
The development server will start at http://localhost:3000. You can open this URL in your web browser to view Symphonia.
-
Open Symphonia in your web browser.
-
Log in with your Spotify account to access your playlists and save new ones.
-
Use the search bar to search for tracks or artists.
-
Click on add sign to add track to a playlist.
-
To create a new playlist, click the "New Playlist" header, give it a name, and start adding tracks.
-
Once you've created a playlist, click the "Save to Spotify" button to save it to your Spotify account.
-
You can view your list of playlists in the "Your Playlists" section.