Prop360 was started as a side project to fill a gap in the real estate market. Notably, it seemed incredibly hard to get up-to-date property records, but also finding properties using Google Street View was kind of a pain.
Starting from scratch, I developed an app for iOS and web that helped with finding properties. I didn't know Swift beforehand so there was a bit of a learning curve. Start-to-finish development took about 3 months.
Prop360 leverages Firebase and Firestore as its main app stack, allowing the web and iOS counterpart to easily communicate.
Street View and Google Maps are leveraged for mapping capabilities.
Property data is fetched from Estated, and then double-checked with localized data to ensure that it's fresh. This greatly reduces outdated data, a problem we were frequently running into.