Realtor Application

Overview

I originally developed this application as part of coursework for a JavaScript programming class. It allows the user to search for real estate, view a map and comparable nearby properties, and calculate monthly mortgage payments.

The initial design and specifications were provided to me, but once I finished programming the application, I updated the design in an attempt to make it more usable. My intent was to create a simple, straightforward experience without too many features and options, and focus on providing something that potential home buyers would actually use to keep track of properties they were considering purchasing. Robinhood, a minimalist brokerage mobile app, which includes only essential information about stocks and leaves out detailed information that most other brokerage apps include, served as inspiration.

The map functionality, shown below, is integrated using the Google Maps API. Properties can be saved in local browser storage in the "My Properties List" section.

Realtor Map Feature
Map of Property

The user can also estimate a monthly mortgage payment using the calculator.

Realtor Mortgage Calculator Feature
Mortgage Calculator

Additionally, comps for the property van be viewed, integrated using the Zillow API.

Realtor Comps Feature
List of Comps and Value

Application Redesign: Findings from User Testing

Since the application was live and fully functional, I simply asked willing testers to search for their own homes, and watched how they interacted with the app. This initial phase of user testing was admittedly very free-form, and in hindsight it should have been more rigorous and task-oriented, but I did gain some valuable insights from monitoring users as they interacted with the application and asking them to share their thoughts. My findings included:

First Iteration: Design

Since I use an iPhone, I designed the mobile app with iOS in mind. I started by simply drawing each page of the app to quickly get down my ideas on how to address user feedback, without getting bogged down in the visual design.

Redesign Drawing v1
Redesign Sketches (click to view larger image)

I then created a basic wireframe of the app using Adobe Experience Design (XD), as an alternative to Sketch, which I’ve used for most similar projects in the past. As I put the prototype together, I began to see fundamental problems with my design, but I went ahead with a user test to confirm. I asked a friend to try the prototype in order to determine whether my chosen icons were easily identifiable (particularly ‘comps,’ which have no clear iconographic analog), and to check that the basic design made sense.

Redesign App Flow v1
App Redesign version 1, showing basic flow
(click to view larger image)

First Iteration: Testing and Results

I asked the user to:

It very quickly became clear that the design, which was basically a direct port of the original desktop application’s design to a mobile environment, wasn’t working. Like in the original desktop application, when a user searched for a property, they were first shown the property on the map. But on the mobile application, since the map view hid the property search form (which also served as an orienting anchor for the user), the user felt disoriented. I initially thought a good solution would be to display the property’s address at the top of each page.

But displaying the address at the top of every page didn’t make sense—in particular, it did not belong on the search and favorites pages. I realized that the navigation menu contained a confusing mixture of property-specific (map, calculator, comps) and “global” (search, favorites) navigation options, and that these two navigation categories needed to be separated.

The user also felt a bit disoriented when shown a map immediately after searching. They felt the “comps” page would be the better page to show immediately after searching, since it had a picture of the home and its value. I then realized what was actually needed was a "Property Overview" page, showing images of the property, basic information about it, and its estimated value. From here, the user would have a sense of what type of property they’ve just searched for, and would hopefully feel more oriented within the app. Using the overview page as a "home base," they would feel comfortable to explore the app further.

To summarize the results:

Second Iteration: Design

An "Overview" page was added, which displays an image of the property, cost information, and basic information about the house. From this page, the user can navigate to the other property-specific pages, including Map, Calculator, and Comps. In keeping with iOS design standards, I moved the global navigation items to a tab bar along the bottom of the app screen, and the property-specific items to a navigation bar across the top. A "Save" button was also added:

Redesign App Flow v1
Added Overview Page with Navigation Bar
(click to view larger image)

The Map page displays the property's address prominently, keeping the user better oriented.

Map Page
Map Page, with Address Displayed Prominently
(click to view larger image)

The Calculator results page summarizes everything entered so that the user doesn't have to recall the values they entered in every field (again, accomodating people's short-term memory capacity). The back button sends the user back to the form if they want to make a change, with the original values still in the form fields.

Calculator Page
Calculator Form and Results Page
(click to view larger image)

Much of the information from the Comps page has been moved to the Overview page, leaving just a picture, location, and cost estimate for each comparable property. Clicking one of the comps on this page would take the user to an Overview page for that property.

Comps Page
Comps Page
(click to view larger image)

The basic app flow:

Flow v2
App Redesign Version 2, showing basic flow
(click to view larger image)

Second Iteration: Testing and Results

The next round of user testing was more rigorous, and I recruited recent home buyers in order to more accurately assess the usability and usefulness of the app.

I developed scenarios and essential tasks following a "task-centered" design approach. The goal was to come up with clear, actionable tasks that weren’t too complex, didn’t explicitly direct the user to use particular app features, and were presented in such a way that they didn’t give too many clues to the user as to what steps to take to accomplish the tasks.

The scenarios presented were as follows:

Users were able to accomplish the tasks put forth in the scenarios without too much difficulty, but additional issues and suggestions surfaced as they went through the scenarios.

Next Steps and Final Thoughts

After the next iteration, I hope to identify people currently seeking homes and have them try out the app during the purchasing process. I would also try to recruit more users for this phase—but not too many more. The first round of testing had just one user, while the second had two. But as usability expert Steve Krug points out in his book Rocket Surgery Made Easy, three participants is usually enough—“The first three users are very likely to encounter many of the most significant problems related to the tasks you’re testing. (pg. 43)” There’s a tendency for people testing to fixate on quantitative results, and make extensive use of analytics, but, he says, “if I had to choose between awesome analytics that could tell me exactly what my users are doing...or sitting with one user for an hour, with the ability to hear what he’s thinking and ask probing questions, I’d take the one user every time. (pg. 19)”

The general consensus from users is that the app is far more useful and attractive after the redesign. Users also felt that the updated design and consistency with modern app design trends make it feel more “trustworthy.” Before the redesign, the application felt very dated, and one wonders if the creators of an application are cutting corners with design and presentation, are they also skimping on things like data security? In a business context, good design is important not only because of the positive experiences and emotions it can elicit, and keeping users wanting to continue to use your product, but also because of the credibility it affords to the entire business as part of its public face.

Finally, important insights from testing came when I asked people from totally different geographic areas to try out the app. For instance, most homes in the Midwestern United States are single-family with detached garages and yards, but a user in Boston pointed out that a field for the unit number was needed in the property search form, since most homes in dense urban areas are single units within larger buildings. Although a minor detail, this was an important reminder that when designing, we have to be careful not to make assumptions about users based on our own experiences. It’s crucial to take into account how a product will be used by different people in different circumstances and conditions, since what we think we know about the world often does not match reality.