
I built a personal budget app with React Native here's what I learned
An honest retrospective on building Trya, a personal finance mobile app. From the first commit to production crashes, including architectural choices that seemed obvious... until they weren't. The starting point: a problem I lived myself Like many people, I had tried every budget app on the market. They were either too complex, too rigid, or simply not adapted to the way I think about money. The trigger was a simple observation: there's no single right way to manage your budget. Some people love tracking every euro by category (the classic approach). Others prefer setting broad buckets based on the 50/30/20 rule popularized by Elizabeth Warren: 50% for needs, 30% for wants, 20% for savings. So I decided to build an app that respects both approaches. Trya was born. The stack: React Native, Expo, and decisions I don't regret The stack choice was clear from day one: React Native with Expo . Not to follow hype, but for a very pragmatic reason: I wanted to ship on iOS and Android without du
Continue reading on Dev.to
Opens in a new tab




