CampusPrep Quiz Hub
Built a timed quiz engine with question navigation, mark-for-review tracking, color-coded progress, auto-submit on timer expiry, Zustand state management, and a client-side Recharts analytics dashboard. Supports 100+ MCQs across 8 computer science subjects with strongly typed TypeScript models and multi-filtering.
Flight Booking Decision Engine
Designed a weighted flight-ranking engine using a min-heap priority queue, ranking by price, duration, and stops in O(n log n). Built a React and FastAPI application with JWT/bcrypt authentication, SQLAlchemy, Alembic, Pydantic validation, Redis or in-memory TTL caching, booking, PNR generation, cancellation, and seat restoration.