Completed
- File uploader
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build and Deploy a Full Stack MERN Events App with Next.js 14 - Stripe, TypeScript, and Tailwind
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Setup
- 3 - Header
- 4 - Clerk
- 5 - Footer
- 6 - Home
- 7 - MongoDB Connection
- 8 - Webhooks & Clerk
- 9 - Deployment
- 10 - Create Event
- 11 - Zod Validation
- 12 - Dropdown
- 13 - File uploader
- 14 - Date picker
- 15 - Form Submission & Actions
- 16 - Events Details Page
- 17 - Collection homepage
- 18 - Card
- 19 - Delete Confirmation Dialog
- 20 - Update/Edit Events
- 21 - Related Events
- 22 - Profile Page
- 23 - Checkout & Stripe
- 24 - Order Details
- 25 - Search
- 26 - Category Filter
- 27 - Pagination
- 28 - App check and refining
- 29 - Final Deployment