All work
Travel · Web app
From Postcode to Postcode
A route-planning tool that lets people map journeys between UK postcodes — built for clarity and speed rather than feature bloat.
The problem
Planning a multi-stop UK journey by postcode usually means juggling several mapping tools, none of which are built around postcode-to-postcode thinking specifically. The brief was a single-purpose tool that does one thing well.
What FYC built
A lightweight web app where a user enters two or more postcodes and gets a clear route between them — no account, no clutter, fast to load and fast to use on mobile, where most of this kind of lookup actually happens.
Technical implementation
A JavaScript frontend calling a mapping API for geocoding and routing, with a small Node.js layer handling requests and basic caching to keep repeat lookups fast.