- The Next.js web application showcases video information cards retrieved from my youtube playlist
- Contain a video player that allows users to click and play videos in the playlist
- Support toggling Dark Mode
- Scroll button allows users to quickly reach the bottom or top of the page
My Youtube Collection is deploying via Vercel, welcome to visit: https://my-youtube-collection.vercel.app/
- Learn TypeScript with Next.js React app
- Use Chakra UI as React component library
- Use Incremental Static Regeneration (ISR) to fetch Youtube Data API and update static page
- Use IFrame Player API to embed a video player