Completed
00:00 Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Modern Multi-User Chat App with React Native, Expo, Clerk and Appwrite - Real-Time
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Intro
- 2 00:51 Demo
- 3 05:15 Resources
- 4 05:40 Creating a New App
- 5 05:59 Resetting Project
- 6 06:55 Setting Dark Interface Style
- 7 07:33 Installing Dependencies
- 8 09:32 Setting Up Clerk
- 9 16:22 Adding Authentication Flow
- 10 27:11 Sign In Screen
- 11 41:20 Adding Chat Screens
- 12 49:20 Modeling Chat Data
- 13 52:48 Displaying Chatrooms with Dummy Data
- 14 59:04 Setting Up Appwrite
- 15 1:02:15 Creating a Database
- 16 1:07:45 Inserting Chatrooms
- 17 1:08:50 Configuring Appwrite in the App
- 18 1:12:47 Fetching Chatrooms
- 19 1:17:44 Creating Chatrooms
- 20 1:23:42 Chatroom Screen
- 21 1:26:08 Creating Messages
- 22 1:35:48 Fetching Messages by Chatroom ID
- 23 1:38:12 Customizing Messages List
- 24 1:40:08 Message Item Component
- 25 1:43:48 Adding Realtime Listener
- 26 1:45:59 Implementing Profile Screen
- 27 1:48:17 Displaying User Passkeys
- 28 1:50:09 Creating Passkeys
- 29 1:51:45 Conclusion