A Spotify clone web application made with React.js and Typescript.
Please inform me your full name and email adress using for Spotify account in case of testing application via my email: [email protected]
アプリを試したい際に氏名とメールアドレスを私のメールアドレス宛にお送りお願いします。 メールアドレス:[email protected]
- React
- Next.js
- Typescript
- ESLint
- Prettier
- Spotify API
- TailwindCSS
For more details, see package.json file
- Tracks, Albums, Playlists search (no Artists search)
- Display feature playlists, current user playlist on Top page
- Display categories on Browse page, redirect to category's playlists page when clicked on one
- Display user's saved tracks/playlists on Your Library page
- Listen on WebPlayer (no page redirect handle - will lose current playing data on page redirecting)
- API Endpoints: https://developer.spotify.com/console
- API Data response: https://developer.spotify.com/documentation/web-api/reference/#reference-index
- OAuth Authorization: https://developer.spotify.com/documentation/general/guides/authorization-guide/
- Response Status Codes: https://developer.spotify.com/documentation/web-api/