Back to Projects

Engineering
Quik Events
Full-Stack Developer
Next.jsMongoDBStripe
About the Project
Quik Events (Site962) is an event discovery and ticketing platform that helps users find and attend events. I built the full-stack application including the event listing interface, search and filtering system, real-time ticket availability updates, and integrated payment processing through Stripe for seamless checkout.
Key Highlights
- Built event discovery with search, category filtering, and date-based browsing
- Integrated Stripe for secure payment processing and ticket purchases
- Real-time ticket availability updates to prevent overselling
- Event organizer dashboard for creating and managing events
- Responsive design optimized for both desktop and mobile event browsing
Technical Challenges
Handling concurrent ticket purchases without overselling required implementing optimistic locking at the database level and a reservation system that holds tickets during checkout. This ensured data consistency even under high concurrent load during popular event launches.