Travel & Fare
Flight search and booking front end covering one-way, round-trip and multi-city fares, with airport pickers and a three-step checkout that never asks for an account.

Overview
Travel & Fare is a flight search and booking front end: one-way, round-trip and multi-city searches, airport pickers, fare comparison, and a three-step checkout that completes without asking the traveller for an account.
The problem
Booking flows bury the decision. Travellers want to compare fares and lock a seat without creating an account, decoding layover jargon, or re-entering passenger details at every step.
Wins
- Rendered on Next.js with per-page metadata, so search, listing and booking pages share one routing model instead of pretending to be separate products.
- Modelled airports, airlines, aircraft and fare classes as typed data, so a search result carries everything the listing and checkout pages need without refetching.
- Built the three-step path — search, compare, book — ending in a booking reference issued at checkout, so the whole journey can be walked end to end.
- Added the surrounding pages a payments-adjacent site needs before launch: trending destinations, FAQ, terms, privacy and contact.
Tech stack
What's next
The deployment runs on deterministic sample data while a live inventory provider is connected, and destination imagery is still placeholder. Wiring in real fares is the remaining work; the booking experience itself is complete.