Completed
Source Code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Full-Stack App with Next.js, Tailwind, Radix UI, and Prisma
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Prerequisites
- 3 Source Code
- 4 How to Take This Course
- 5 Project Roadmap
- 6 Setting Up the Development Environment
- 7 Creating a New Project
- 8 Building the NavBar
- 9 Styling the Active Link
- 10 Setting Up MySQL
- 11 Setting Up Prisma
- 12 Creating the Issue Model
- 13 Building an API
- 14 Setting Up Radix UI
- 15 Building the New Issue Page
- 16 Customizing Radix UI Theme
- 17 Ultimate Next.js Course
- 18 Adding a Markdown Editor
- 19 Handling Form Submission
- 20 Handling Errors
- 21 Implementing Client-Side Validation
- 22 Extracting the ErrorMessage Component
- 23 Adding a Spinner
- 24 Discussion- Code Organization
- 25 Ultimate Next.js Course