Salad Math

Interactive salad building tool in the form of a responsive Ember.js web app

Salad Math
My role
Concept Development, UX & UI Design, Illustration, Front-end Development
Employer
This Little Duck

Salad Math is a quick experimental project we created at This Little Duck after we had wrapped up all of our client work for the year.

With two salad enthusiasts in the office, the idea for a salad calculator was born.

The target audience—our cooking-adverse colleagues, who would eat a chicken burger every day of their lives if they could get away with it, and never touch a piece of lettuce if they could possibly help it. We wanted an easy tool that could help them to create a tasty salad to bring for lunch.

Illustration for 6 salad categories: Leafy, Crunchy, Filling, Herbs and Topping

The concept was simple. Create an equation, crack the formula behind creating a great tasting salad, and serve it up for our users with a pre-prepared shopping list. We devised six categories for building the perfect salad—leafy, crunchy, filling, herbs and toppings.

Salad Math Prototype
Arrow right bent icon Salad Math Prototype

The Prototype

The initial prototype was an exercise in how quickly we could get something up. The first version was a simple step-by-step guide where the user can add items to their ‘Salad List’ from the six categories with guided instructions. I designed the user experience and then translated it into static html builds, while the rest of the team worked on creating content and developing the app in Ember.js.

You can check out the prototype here.

Expanding on the Visual Identity
Arrow right bent icon Expanding on the Visual Identity

Improving the UI and expanding the Visual Identity

After some initial feedback I identified some key areas to improve:

Home screen introduction
Arrow right bent icon Home screen introduction

There isn’t enough guidance for users about what they are getting out of the tool, and how their salad ingredient choices are contributing to making a good salad.

I designed a home screen to introduce the concept of Salad Math, and added descriptions to the category cover. I also illustrated an ingredient for each step. These changes have really elevated the playfulness of the app, while clarifying the process for the user.

Navigation updates
Arrow right bent icon Navigation updates

There is no context for users in how far they are along in the process. This is contributing to users dropping off from a seemingly never ending list of steps.

I improved the navigation by introducing pagination, which gives the user context about their progress within the six steps.

I also moved the step navigation over to the right size of the screen on larger viewports, which puts the ‘next’ button in closer proximity to the ingredients area. This makes it easier for users to move from picking salad items to navigating to the next screen, minimising any friction.

Before: The Prototype
Arrow right bent icon Before: The Prototype
After: UI Updates
Arrow right bent icon After

The item list is particularly long on mobile and makes the entire experience of scrolling to add ingredients feel unwieldy.

I introduced a 2 column layout for small screen sizes to fit twice the amount of salad items on screen. Then I increased the height of the salad item buttons and added in additional spacing so the items still had a clear touch area. This really condensed the information, while maintaining full usability.

Before: Deselected but item still appears selected
Arrow right bent icon Before: Deselected but item still appears selected
After: Clear item selection
Arrow right bent icon After: No more confusion :)

The hover state is confusing for touchscreen users. When you tap to ‘deselect’ an item the green hover state stays in place–according to the mobile browser, the button is still focused.

The ingredient buttons have a hover state giving the user a small hint about the button’s function, with a ‘+’ icon fading in and the background turning green as if it were selected. Although this was intended to elevate the desktop experience, it is ultimately a hinderance on touchscreen devices.

I changed the hover state to only show a ‘+’ icon on hover while keeping the background the same as the white default ‘unselected’ state. This indicates to a desktop user that they are able to add the ingredient to their salad list. As the background is now white when the button is focused and unselected, it clearly indicates to a touchscreen user that that item is no longer selected.

Originally, the button was an anchor tag with javascript toggling an active state class. I changed this to use a checkbox input, which I styled based on the ‘checked’ attribute as they are inherently more accessible.

Salad Math winking face