Build an Event RSVP Platform
Build a platform for creating events, managing RSVPs, and checking in attendees with QR codes.
Requirements
Create events with: title, description, date/time, location, max capacityPublic event page with RSVP form (name, email, +1 option)RSVP confirmation with QR code (encode attendee ID)Attendee list for event organizerQR code scanner for check-in (using device camera)Event dashboard: RSVP count, checked-in count, remaining capacityWaitlist when event is full, auto-promote when spots openTechnical Notes
Generate QR codes using a library like qrcode. For scanning, use an HTML5 QR scanner library.
Bonus Points
Event reminder emails (simulated)Export attendee list as CSVEvent analytics (RSVP rate, check-in rate)