React + Firebase career tracker for a 12-week cloud architect pivot plan.
- Run
npm install. - Copy
.env.exampleto.env.local. - Fill in the Firebase web app config from the Firebase console.
- Enable Google as a Firebase Authentication provider.
- Create a Firestore database and publish
firestore.rules. - Run
npm run dev.
The app works without Firebase config by storing guest progress in local storage. Google sign-in and cloud sync become active once Firebase environment variables are present.
Build with npm run build, then deploy dist with Firebase Hosting:
firebase deploy