Eemo: Web Platform & Mobile App
A web platform and its companion React Native app, shipped to the App Store and Google Play. Five repositories, 269 commits, sole contributor — including a dedicated socket server so live features never sat on the main API.
Overview
Eemo is a web product with a companion mobile app. I built both halves and shipped signed release builds to the App Store and Google Play. That last part is worth stating plainly: store releases mean signing, review, platform differences and post-launch fixes, not a build that runs in a simulator.
How it is built
React Native with Expo on mobile — media capture, secure storage, navigation. React and Next.js on the web, with charting for the reporting views and Stripe on the billing path. The live features run on a dedicated socket server, deliberately separate from the main API so real-time traffic scales and fails independently of request/response work. AWS SDK handles uploads and image processing on the way in.
What I owned
All of it. Five repositories, 269 commits, sole contributor on every one — backend, socket server, web client and mobile app.