VenuVibe
A marketplace connecting venue owners with event planners, with booking and vendor management built in.
- Role
- Full-stack developer
- Year
- 2025
- Status
- Live

Überblick
A full-stack marketplace that bridges venue owners and event planners. It handles the booking workflow end to end and gives vendors an administrative panel to manage their listings, availability and incoming requests.
Stack
- React
- TypeScript
- PHP
- MySQL
- Vite
- Agile development
- Component-based architecture
- State management
Meine Rolle
Full-stack developer
Was schwierig war
Filtering events across multiple dates and categories at once meant holding a large, interdependent state tree in the client.
Decoupled the state into custom React hooks so each slice of filtering logic could be reasoned about and tested on its own.
The vendor dashboard needed tight access control without making client-facing queries slow.
Tuned the MySQL joins and added caching on the read paths, keeping venue-owner queries responsive.
