Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Pinterest Clone With React Native and NHost
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Prerequisites
- 3 Let's get started
- 4 Create app on Nhost
- 5 First build
- 6 Create the first user
- 7 Create the Pins database table
- 8 Query pins
- 9 Install Nhost in React Native project
- 10 Initialise Nhost
- 11 Query and display pin data within the project
- 12 Setting permission
- 13 Creating relationships
- 14 Implementing other queries
- 15 Authentication
- 16 Sign up
- 17 Sign in
- 18 Protected routes
- 19 Sign out
- 20 Nhost authentication services
- 21 Uploading a pin
- 22 Storing a pin
- 23 Upload an image
- 24 Displaying an image
- 25 Improving the app
- 26 Update profile page with user pins
- 27 Question and Answer Session