BOOKMEVENUE
Frontend Developer•2023
React.jsREST APIs
// OVERVIEW
An event booking platform split into three distinct experiences — customers discovering and booking, vendors managing their listings, and administrators overseeing the platform — each with its own dashboard and workflows.
KEY FEATURES
- User module
- Vendor module
- Admin module
- Dashboards
- Booking workflows
- API integration
ARCHITECTURE
- Role-based module separation across user, vendor and admin surfaces.
- REST API integration for bookings and listings.
- Reusable dashboard and form components in React.
CHALLENGES & SOLUTIONS
- Modelling three different roles on one shared interface layer.
- Keeping booking workflows predictable across dashboards.