1 - Introduction to Nextjs
2 - Tutorial Overview
3 - Create New Nextjs App
4 - Files and Folder Structure
5 - Home Page
6 - More Pages
7 - Link Component
8 - Nested Routes
9 - First Challenge
10 - CSS
11 - TailwindCSS
12 - DaisyUI
13 - Layout File
14 - Navbar Challenge
15 - Server Component VS Client Component
16 - Counter Challenge
17 - Fetch Data
18 - Loading Component
19 - Error Component
20 - Nested Layouts
21 - Dynamic Routes
22 - Drinks List Challenge
23 - Single Drink Challenge
24 - Static Images
25 - Remote Images
26 - Responsive Images
27 - More Routing
28 - Prisma Setup
29 - Prisma Model
30 - Prisma CRUD
31 - Display Tasks Challenge
32 - Server Actions Info
33 - First Server Action
34 - Refactor App
35 - Delete Task
36 - Edit Task Setup
37 - Edit Task Complete
38 - Pending State
39 - Error Checking
40 - Zod Library
41 - Providers
42 - Delete Button Challenge
43 - Route Handlers Info
44 - Route Handlers GET
45 - Route Handlers POST
46 - Middleware
47 - PlanetScale
48 - Local Build
49 - Force Dynamic
50 - Deploy