Completed
2:57:12 - Building & Publishing EAS
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Mobile Notes App with React Native and Appwrite - A Complete Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 - Intro
- 2 1:29 - Slides What Is React Native, etc
- 3 9:53 - Setup With Expo
- 4 14:19 - Reset Project Boilerplate
- 5 15:38 - Running Your Project
- 6 16:32 - React Native Components
- 7 18:36 - Styling
- 8 20:30 - Layout, Stack & Slot Components
- 9 22:27 - Customize Page Header
- 10 25:00 - Home Screen
- 11 30:49 - Notes Screen & Layout
- 12 34:20 - Display Notes In FlatList
- 13 39:00 - Modal & TextInput Components
- 14 46:12 - Add Note To UI
- 15 48:44 - Component Refactor
- 16 56:47 - Appwrite.io Project & Database Setup
- 17 1:02:47 - Environment Variables
- 18 1:05:20 - Appwrite SDK Install & Config
- 19 1:11:50 - Database Service listDocuments
- 20 1:14:45 - Note Service getNotes
- 21 1:17:16 - Fetch Notes From Screen Component
- 22 1:20:51 - Add Note To Database
- 23 1:30:38 - Delete Notes
- 24 1:40:40 - Update Notes
- 25 1:57:12 - Authentication With Appwrite
- 26 2:00:16 - Authentication Service
- 27 2:04:50 - Auth Context & Provider
- 28 2:14:39 - Auth Screen
- 29 2:20:00 - Login & Register Form
- 30 2:30:40 - Auth Funcionality
- 31 2:36:55 - Logout
- 32 2:42:50 - Redirect Logged In Users
- 33 2:46:12 - Filter Users Notes
- 34 2:55:10 - No Note Display
- 35 2:57:12 - Building & Publishing EAS