Zégut PG is a web application that allows me to create Spotify playlists from the podcast episodes of the RTL2 Pop-Rock Station show presented by Francis Zégut & Marjorie Hache. It's also an excuse for me to play around with Vue.js and the Spotify API 🤓.
- Display the podacst information
- Select an episode
- Login with Spotify
- Display the list of tracks for each episode
- Create a Spotify playlist from the tracks of an episode
- Display the created playlist
- Display user Spotify profile
- Vue.js
- Tailwindcss
- Spotify API
- Vite
- ESLint
- Prettier
- Pinia
- pnpm
- Conventional Commits
- Github Actions Bump Version
- Netlify
Grant type: Authorization Code with PKCE Flow
pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm test:unit
Lint with ESLint
pnpm lint