Completed
Building Twitter Timeline using Next.js & Tailwind CSS
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Stack Next.js & Supabase Twitter Clone – Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Twitter Intro
- 2 0:02:32 Build the Ultimate Twitter Clone using Next.js 13 with Tailwind CSS, TypeScript and Supabase
- 3 Building the left sidebar of Twitter using Tailwind CSS
- 4 Building Twitter Timeline using Next.js & Tailwind CSS
- 5 Building the Trending Section Layout and Who to follow using Tailwind CSS
- 6 Designing Twitter Clone PostgreSQL Database using ChatGPT and dbdiagram
- 7 Authentication with Supabase in Next.js 13 app directory
- 8 Saving Tweet in DB using NextJs Server Actions and Supabase
- 9 Handling errors in NextJs Server Action
- 10 Fetching all the Tweets in React Server Component
- 11 Implementing the Like Tweet Feature
- 12 Like-Unlike Feature Part-2
- 13 Optimising the Web App
- 14 Fixing a bug
- 15 Using ChatGPT to build Drizzle ORM schema from SQL
- 16 How to join tables and build a complex query using Drizzle ORM
- 17 Reply Tweet Feature
- 18 Reply Feature Part-2