Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Vue 3 & Supabase - Workout Tracker App
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Project walkthrough
- 3 Project setup
- 4 Supabase setup/creation
- 5 Navigation
- 6 Supabase authentication introduction
- 7 Register & Login layout’s
- 8 Registering user
- 9 Loggin in a user
- 10 Storing user in state/store
- 11 Conditional rendering (nav links)
- 12 Create workout layout
- 13 Create workout functionality
- 14 Sending workout data to supabase
- 15 Enabling supabase policy’s
- 16 Retrieving all data from supabase
- 17 Home layout
- 18 Retrieve specific data from supabase
- 19 View workout layout
- 20 View workout functionality
- 21 Page / View titles
- 22 Route guarding
- 23 Deploy to Heroku