Event Management ShowcaseArchive
FursanPreto
An archived prototype for calendar-based event management with file storage: FullCalendar scheduling, a file browser, and Firebase Firestore, aimed at event organizers and venue managers.
A working prototype of an event-booking and file-management interface: calendar scheduling alongside a document browser, backed by Firestore.
What it solves
- Event organizers and venue managers need calendar-based scheduling with documents attached.
- A prototype has to show the booking-and-files interface without taking on full production scope.
Impact
FullCalendar
Event scheduling UI
File browser
Document storage
Prototype
UI showcase

Architecture
Front-end
Next.js 16React 19TypeScriptTailwind CSSRadix UIHeadless UI
Calendar
FullCalendar (events)
Files
File browser (file-icon library)
Database
Firebase Firestore
Data flow
- Organizer opens calendar → FullCalendar
- Create / edit event → Firestore
- Attach files → browser → Firestore reference
- View bookings + documents
Engineering decisions
FullCalendar for event scheduling
A mature calendar library renders the booking UI without building scheduling from scratch.
Firestore for prototype data
Document-oriented storage fits the prototype evolving event and file records.
Gallery


