A digital platform for a luxury auction business, designed to present high-value lots with clarity and support browsing across web and mobile. The project included responsive website work as well as companion app experiences for iOS and Android.
Role
Full Stack
Scope
2022 / Website / App
Stack
React JS, JavaScript, HTML 5, CSS3, jQuery, PHP, WordPress
The Challenge
The project spanned a responsive WordPress website and companion iOS/Android apps, which meant the lot data model had to work identically in a browser and inside a React Native app rather than being shaped around one or the other.
The website side is built around category listings, individual lot pages backed by structured custom fields rather than freeform page content, and a registration flow kept separate from general browsing. Templates share the same breakpoints and type scale across desktop, tablet, and mobile instead of branching into a separate mobile layout.
Screenshots
01
02
03
The Apps
The app work used React Native so iOS and Android shipped from one codebase instead of two native implementations, with the same lot and category data feeding both the app and the website.
Between the website and the apps, the same content model drives three separate front ends, which is the part of this project that doesn’t show up in a screenshot but is the reason it didn’t turn into three separate content-management problems.