This project was bootstrapped with Create React App.
- search for artists to find their top songs
- preview the songs by clicking the play button (some songs on Spotify don't have a preview file)
- add and remove songs from the playlist
- name the playlist
- save the playlist
- error messages when not setting a name or when the playlist is empty
- HTML
- CSS
- React
To use the Spotify API you'll need to create a account at . Then copy the Client ID from your profile and paste it into the .env file in this format:
REACT_APP_SPOTIFY_CLIENT_ID=client-id-here
Then additionally add the client secret:
REACT_APP_SPOTIFY_CLIENT_SECRET=client-secret-here
Now you're good to go 👍
In the project directory, you can run:
and then
This will install dependencies and run the app in the development mode.
Open http://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.\
