Completed
⌨️ Deployment + social preview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Next.js 13 E-Commerce Tutorial (App Router, TypeScript, Deployment, TailwindCSS, Prisma, DaisyUI)
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Intro + prerequisites
- 2 ⌨️ Project setup
- 3 ⌨️ Prisma + MongoDB setup
- 4 ⌨️ Add product page Server action in server component
- 5 ⌨️ Products list page
- 6 ⌨️ Product details page generateMetadata + React cache
- 7 ⌨️ Add to cart button Server action in client component
- 8 ⌨️ Navbar + footer
- 9 ⌨️ Cart page
- 10 ⌨️ User login Next-Auth
- 11 ⌨️ Merging user cart with anonymous cart
- 12 ⌨️ Pagination
- 13 ⌨️ Search functionality
- 14 ⌨️ Prisma extension
- 15 ⌨️ Deployment + social preview