A premium car marketplace app built in React Native. Browse 100+ listings, filter by make, year, and body type, save favourites to a wishlist, and get full specs on every vehicle.
Watch the full walkthrough — live search, filter sheet, car detail pages, and the wishlist flow, all running on a real device.
Everything you see is driven purely from a local JSON file with no network requests at all.
Scan the QR code or tap the button to open the live app directly on your phone using Expo Go. No install required beyond the Expo Go app itself.
Open in Expo Go
The entire app is driven by a hand-crafted JSON dataset. Every piece of the UI — search, filtering, sorting, detail pages — reads directly from that data with no external API calls.
State management is handled with native React hooks, keeping the architecture clean and lightweight. The result is a fast, responsive experience that feels native on iOS.
This project demonstrates a complete understanding of component architecture, data flow, and crafting a polished mobile UI from the ground up.