Skip to content

maearon/quizmify

Repository files navigation

Next.js 15 Quizmify Youtube App

A full-stack quizmify youtube app with AI quiz, optimistic updates, authentication, DMs, notifications, file uploads, and much more.

Watch the free tutorial on YouTube: https://www.youtube.com/watch?v=vIyU4nInlt0

Timestamps:
0:00 Intro & Demo
4:50 Setup Project
7:10 Setup Shadcn
10:12 Setup Database & Prisma --> https://planetscale.com/
16:15 Setup NextAuth
30:22 Setup Providers --> https://console.cloud.google.com/
34:02 Setup Navbar
56:24 Theme Toggle
1:01:26 Home Page
1:05:41 Dashboard Page
1:17:51 Word Cloud
1:22:18 Create Quiz Form
1:41:32 Game Logic Data Modelling
1:47:06 OpenAI GPT Setup --> https://platform.openai.com/api-keys
1:52:01 Generate Questions Endpoint
2:07:14 Create Game Endpoint
2:17:59 React Query & Create Game Logic
2:28:29 MCQ Page UI
2:49:26 Check Answer Endpoint
2:57:13 Link Check Answer to MCQ
3:12:36 Time Delta Calculation
3:17:33 Open Ended Game UI
3:28:40 Blank Answer Input Component 
3:37:06 Finish Open Ended Game Logic
3:44:34 Statistics Page
4:00:28 Statistics Questions List
4:12:02 Loading Page Logic
4:24:59 Quiz History
4:36:49 Word Cloud Topic Count
4:46:22 Deploy To Vercel