Completed
- Create Form
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building an Admin Dashboard with Next.js, TypeScript, and Shadcn/ui
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Project Setup
- 3 - Initialize Shadcn/ui
- 4 - Using Shadcn Components
- 5 - Navbar, Avatar, Dropdown Components
- 6 - Sidebar & Command Component
- 7 - Dashboard Cards
- 8 - Make The Cards Dynamic
- 9 - Posts Data Array & Types
- 10 - Posts Table
- 11 - Limit & Sort Posts
- 12 - Analytics Data & Types
- 13 - Analytics Chart & Recharts
- 14 - Posts Page
- 15 - Back Button Component
- 16 - Pagination Component
- 17 - Edit Post Page & Form
- 18 - Zod Form Schema
- 19 - Get Post Data
- 20 - useForm Hook
- 21 - Create Form
- 22 - Toast Component
- 23 - Dark Mode Toggler
- 24 - Auth Page & Layout
- 25 - Tabs Component
- 26 - Login Form
- 27 - Register Form
- 28 - Auth Page Theme Toggler