Firebase-based paperless job fair recruitment and queueing app built with React, Vite, Firestore, Storage, Auth, and Cloud Functions.
- Copy
.env.exampleto.envand fill in your Firebase web app config. - Install dependencies in the root and in
functions/. - Run the Vite app with
npm run dev. - Deploy Firestore rules, Storage rules, Hosting, and Functions through Firebase CLI.
- HR authentication
- Job fair creation
- Public applicant submission flow
- Resume upload
- Queue number generation
- Applicant dashboard and detail editing
- CSV export helper
- Security rules and callable functions scaffolding