A playlist manager for Spotify
This project is functional, but still a Work in Progress
- User Auth
- Send user to Spotify to retrieve auth code
- Call API endpoint /authorize and retrieve tokens
- Handle token refreshing to prevent premature deauthentication
- UI
- Allow user to login
- Show user playlists
- Show songs from selected playlists
- Show which songs belong to which playlists
- Add songs between playlists
- API
- Endpoint to handle authorization code flow
- Endpoint to handle token refreshing
- Migration to Next.js
- Migrate client
- Migrate backend
ReactNow Next.jsExpress- Spotify Web API Node (https://github.com/thelinmichael/spotify-web-api-node)
Material UI- Tailwind CSS
- Please see the Issues section on GitHub