Problem:
GDG community members often miss events or it’s hard to track who is attending.
Solution:
A web app that allows GDG members to sign in with Google, see upcoming events, mark their attendance, and view other attendees in real-time.
Impact:
Simplifies participation tracking, encourages community engagement, and prevents duplicate attendance.
- Firebase (Authentication, Firestore)
- Vercel (Hosting)
- VS Code (Development)
- Chrome (Testing)
- Firebase Authentication — Google Sign-In for secure authentication
- Firebase Firestore — Real-time database to track events and attendees
- Firebase Hosting — Hosting the live MVP
Note: Firebase is the Google technology used in this project, fulfilling the mandatory requirement.
- Open the Live Project.
- Click Sign in with Google.
- Browse the list of events.
- Click “I’ll attend” to mark attendance.
- See your name appear in the attendees list.
- Refresh to sign in with another account to test multiple attendees.