7 UI/UX mistakes that SCREAM you’re a beginner — Transcript

Learn 7 common UI/UX beginner mistakes and how to fix them with practical tips using a recipe app redesign.

Key Takeaways

  • Plan user flow carefully to avoid missing key navigation and interaction options.
  • Less is more with visual effects; subtlety improves clarity and professionalism.
  • Consistent spacing and components unify the design and improve usability.
  • Use well-matched icons and provide labels or tooltips for clarity.
  • Interactive feedback is essential to communicate system status and user actions.

Summary

  • Mistake 1: Poor user flow, missing search and skip options disrupt user experience.
  • Mistake 2: Overusing visual effects like gradients and harsh shadows creates clutter.
  • Mistake 3: Inadequate spacing can make UI feel cramped; use grids and auto layout.
  • Mistake 4: Inconsistent components such as varied corner radii and styles reduce polish.
  • Mistake 5: Poor icon usage slows browsing; use consistent icon libraries and labels.
  • Mistake 6: Redundant UI elements add unnecessary clutter and should be removed.
  • Mistake 7: Lack of interactive feedback makes the interface feel unresponsive.
  • Bonus Mistake 8: Over-designed charts can be unreadable; simplicity conveys data better.
  • The video uses a real recipe app redesign to demonstrate each mistake and improvement.
  • The Figma file with examples is available via the video description link.

Full Transcript — Download SRT & Markdown

00:00
Speaker A
I've spent years making bad designs, so I can tell you exactly what makes something look like it was made by a beginner.
00:05
Speaker A
By the end of this video, you'll be able to spot those mistakes instantly.
00:10
Speaker A
and fix them just as fast. We'll look at real examples, before and afters, and easy ways to improve UI without starting from scratch.
00:17
Speaker A
We're going to redesign this simple recipe app, one mistake at a time until it looks polished and production ready.
00:23
Speaker A
Mistake number one: User Flow.
00:25
Speaker A
Let's start with something that quietly ruins your UX: user flow.
00:29
Speaker A
Here's our allergy screen with six preset options, but no search bar if someone's allergic to something else.
00:36
Speaker A
We also don't have a skip button either.
00:39
Speaker A
What if the user doesn't have any allergies?
00:40
Speaker A
These are things you will miss if you don't plan out your flow, but users, they'll feel it instantly.
00:45
Speaker A
So, even something as simple as sketching boxes on paper helps you catch major gaps early on.
00:50
Speaker A
And it's not just all about big stuff; little touches like a filter icon on the search bar or a save button up top go a long way.
00:58
Speaker A
The most commonly missed elements: navigation links, hidden states, and dynamic interactions, like button hovers or micro-interactions.
01:05
Speaker A
Mistake number two: overusing effects.
01:07
Speaker A
Early on, I was addicted to visual effects.
01:13
Speaker A
Shadows, glows, gradients, you name it.
01:16
Speaker A
But the truth, overusing them can make your designs feel cluttered and amateur.
01:20
Speaker A
Let's start with the gradient here.
01:23
Speaker A
It's blue and green.
01:26
Speaker A
And it's just not working.
01:28
Speaker A
If you really need a gradient, stick to variations of the same color, like a darker or lighter green.
01:33
Speaker A
But honestly, this would look way cleaner with no gradient at all.
01:36
Speaker A
And that's usually the case.
01:37
Speaker A
Now, let's talk drop shadows for a second.
01:39
Speaker A
These Figma defaults are way too harsh.
01:41
Speaker A
Instead of just lowering opacity, I changed the entire shadow color, usually to a light gray, and increase the blur significantly.
01:47
Speaker A
Or, once again, remove the shadow completely.
01:50
Speaker A
Because most of the time, less visual noise equals a better design.
01:54
Speaker A
Mistake number three: spacing.
01:56
Speaker A
Most beginner UIs are packed way too tight, like my old app design.
02:00
Speaker A
So, we'll use two tools here: grids and auto layout to make it so much better.
02:03
Speaker A
First, we'll set up a three-column grid for this screen and two-column grid here with these measurements.
02:09
Speaker A
Now, just align elements to the grid as closely as possible.
02:12
Speaker A
If something needs to break the grid slightly, like these elements, just leave it as is if it still feels balanced.
02:16
Speaker A
Next, for stacked content like this, increase the vertical spacing to let things breathe and group naturally.
02:21
Speaker A
Especially on mobile screens, you'll need more space than you think.
02:23
Speaker A
Now, check out these cards and chips.
02:25
Speaker A
The layouts are pretty wonky.
02:26
Speaker A
Perfect time to use auto layout.
02:28
Speaker A
Turn off vertical trim for pixel-perfect control and adjust spacing like this.
02:33
Speaker A
Repeat this across your UI to keep spacing consistent and clean.
02:36
Speaker A
Which is a perfect segue into the next mistake most designers make.
02:40
Speaker A
Mistake number four: inconsistent components.
02:42
Speaker A
Like spacing, this one kills me since it's just so easy to fix.
02:46
Speaker A
You'll notice throughout our design, we have all sorts of different corner radiuses and components, like this back and skip button.
02:53
Speaker A
That are exactly the same but designed differently, which just makes the design feel amateur.
02:57
Speaker A
Instead, let's make a few changes.
02:58
Speaker A
First, we'll make the two search bars identical, other than the prompting text.
03:02
Speaker A
We'll set the corner radius of all smaller components to be 10 pixels.
03:06
Speaker A
This is an important one that most designers miss.
03:09
Speaker A
And of course, we'll update the skip button and back button to match in size, corner radius, and style.
03:13
Speaker A
Being consistent means using styles for colors, variables for measurements, and components for UI elements to really bring your design together.
03:19
Speaker A
Mistake number five: icons.
03:21
Speaker A
I think people underestimate how much good icons do for a design and how detrimental bad icons are.
03:27
Speaker A
First of all, we have no icons on these cards here, which forces users to read more and slows down the browsing process.
03:33
Speaker A
Let's add in some good icons and replace the save text.
03:36
Speaker A
Then up above, we have icons, but they're mismatched in fill, line width, and style.
03:40
Speaker A
We can fix this by using the same library of icons, like Flat Icons.
03:45
Speaker A
On their website, select interface icons and then sort by stroke width and corner to get some consistent results.
03:50
Speaker A
Make sure when you download to grab SVG for the best results.
03:53
Speaker A
If you want to choose a Figma plugin instead, I like Phosphor Icons and Feather Icons.
03:57
Speaker A
Finally, we have a fair amount of icons down here without labels.
04:02
Speaker A
If the icons are well known enough, like the house, bookmark, and user, then you don't need to have anything.
04:07
Speaker A
But for these two, a tool tip pop-up could make the onboarding process much smoother.
04:12
Speaker A
Just try not to have bizarre icons everywhere.
04:14
Speaker A
Finally, this is a very pro tip.
04:17
Speaker A
But interestingly, it is okay to have different styles of icons in the same design, but only if they're visually separate.
04:24
Speaker A
For example, these nav bar icons are slightly different than the food icons, and those are different than our recipe icons.
04:32
Speaker A
But it all works together since they're in separate areas of our design and used for different things.
04:36
Speaker A
Mistake number six: redundant elements.
04:38
Speaker A
Having redundant elements is actually a really common mistake, especially as the trend of having stuff everywhere takes over.
04:43
Speaker A
Looking at this screen, we can get rid of this arrow since we'll be able to swipe on mobile.
04:49
Speaker A
And same idea down below.
04:51
Speaker A
We can also get rid of this arrow since it's really just visual clutter and dim down the color of the button.
04:55
Speaker A
You could probably argue that these arrows aren't needed either.
04:58
Speaker A
But we are going to keep those.
04:59
Speaker A
Finally, the stroke on these elements is really not needed.
05:02
Speaker A
If you are worried about contrast ratios, dimming it down significantly is a good option too.
05:07
Speaker A
But we'll just rip them straight out.
05:08
Speaker A
Mistake number seven: interactive feedback.
05:10
Speaker A
We've covered overusing effects, so now let's cover the underuse of different interactive effects.
05:15
Speaker A
For example, if we're navigating through a flow, but it takes a split second longer for the next screen to load, it looks like we haven't even clicked on the button at all.
05:23
Speaker A
But if we make it grayed out when we click on it, we've added some interaction and it shows the user that the next screen is coming.
05:29
Speaker A
Even better, we could add a loading wheel if it's really taking a long time.
05:33
Speaker A
Another good example is clicking on the save icon.
05:36
Speaker A
Filling it in is a great first step, but we could also add a red dot to our save tab, so when we click on the icon, we get it filled in.
05:44
Speaker A
And it's clear to the user that there's a new recipe added to the save tab.
05:48
Speaker A
We've actually made an entire video just about interactive feedback and micro-interactions.
05:52
Speaker A
So, check out that video afterwards to see some really smooth animations.
05:57
Speaker A
Bonus mistake number eight: charts.
05:59
Speaker A
This is a bonus tip since it has nothing to do with our recipe app.
06:04
Speaker A
But charts are so often messed up by over-designing that thing that I thought I should make a point to mention it.
06:08
Speaker A
I have two charts here.
06:10
Speaker A
Which one do you think I got from Dribbble?
06:12
Speaker A
The one on the right.
06:13
Speaker A
Yes.
06:14
Speaker A
And it's basically impossible to read without any vertical axis.
06:20
Speaker A
And even if we had a vertical axis, it's hard to tell where the bar ends with a rounded top.
06:24
Speaker A
And then there are 16 bars here, but only seven days of the week.
06:27
Speaker A
Why would you do that?
06:28
Speaker A
Whereas the one on the left is simple, definitely less aesthetic, but conveys so much more useful information to the user.
06:34
Speaker A
And that is everything you'll need to start spotting and correcting beginner mistakes.
06:40
Speaker A
The Figma file with the mistakes and the full app is in the link in description.
06:46
Speaker A
Other than that, thank you so much for watching.
06:49
Speaker A
And I'll see you in the next one.
Topics:UI designUX mistakesbeginner UI tipsuser flowvisual effectsspacing in UIconsistent componentsicon designinteractive feedbackFigma tutorial

Frequently Asked Questions

What is the most common user flow mistake beginners make?

Beginners often miss key navigation elements like search bars or skip buttons, which disrupts the user experience and makes the flow feel incomplete.

How can overusing visual effects harm a UI design?

Overusing effects like gradients, shadows, and glows can clutter the design and make it look amateurish, so it's better to use subtle or no effects for a cleaner look.

Why is consistent spacing and components important in UI design?

Consistent spacing and component styles unify the design, making it feel polished and professional, while inconsistent elements make the UI appear amateur and confusing.

Get More with the Söz AI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →