Completed
| Practice Exercise: Adding more functionality
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build an Expense Tracker App with React and Firebase
Automatically move to the next video in the Classroom when playback concludes
- 1 | Intro
- 2 | Project Demo
- 3 | Creating the React App
- 4 | Project Organization
- 5 | Package Installation
- 6 | Initializing Firebase
- 7 | Setting up Firebase Authentication
- 8 | Setting up React Router
- 9 | Creating the Auth Component
- 10 | Expense Tracker Page
- 11 | Setting Up Firestore
- 12 | Adding style to the project
- 13 | Practice Exercise: Adding more functionality
- 14 | Solution to Exercise
- 15 | Routing Authenticated Users
- 16 | Deploying the Application