- [Code needs refactoring. Application created only to quickly solve the problem of accessing songs on playlist]
App for quick access to youtube videos from your playlist
- move to the end of the playlist with a single click
- scroll to the currently playing track
- embedded youtube player
- after switching to the selected page the preceding pages are cached
- autoplay playlist
example https://youtube-fast-playlist.vercel.app/?playlistId=PLPSk39C-ml8sAklFfKTlVJcGTpGiwugC4
.env.local
take a look on .env.example
First, run the development server:
npm run dev
# or
yarn dev