Skip to main content
Figma Basics – Complete Beginner to Advanced Guide
CHAPTER 13 Beginner

UX Design Fundamentals

Updated: May 16, 2026
35 min read

# CHAPTER 13

UX Design Fundamentals

1. Introduction

A beautiful application that nobody can figure out how to use is a failed application. While UI design focuses on the visual polish, User Experience (UX) Design is the invisible, psychological architecture that dictates how an application *feels*. UX design is not graphic design; it is applied human psychology and rigorous scientific research. It demands that you abandon your own assumptions and build deep, analytical empathy for the actual human beings who will tap your buttons. In this chapter, we will step away from the Figma canvas to master the fundamentals of UX. We will explore the absolute necessity of UX Research, construct User Personas to define our target audience, map out emotional User Journeys, and establish the core principles of Usability.

2. Learning Objectives

By the end of this chapter, you will be able to:
  • Define "Empathy" in the context of UX Design.
  • Understand the purpose of Qualitative and Quantitative UX Research.
  • Construct a User Persona to represent a target demographic.
  • Map a User Journey to identify friction points in an application.
  • Evaluate an interface based on core Usability Heuristics.

3. Empathy: The Core of UX

The golden rule of UX Design is: You are not your user. Just because you, a highly technical designer, know how to navigate a complex hidden menu, does not mean a 65-year-old grandmother buying groceries online will know how to do it. *Empathy* is the ability to put aside your own technical expertise, step into the shoes of your target user, and design the application specifically to solve *their* frustrations and match *their* technical literacy.

4. UX Research Methods

You cannot design for a user without talking to them first. UX Research is the data-gathering phase. 1. Quantitative Research (The "What"): Data-driven. Look at Google Analytics. "70% of users are abandoning the shopping cart on the payment screen." This tells you *what* is broken. 2. Qualitative Research (The "Why"): Human-driven. Sit down in a room with 5 real users and watch them try to use the app. Ask them questions. You discover that users are abandoning the payment screen because the "Credit Card Number" text box is too small and confusing. This tells you *why* it is broken, allowing you to design a fix.

5. User Personas

You cannot design an app for "everyone." If you design for everyone, you design for no one. A User Persona is a fictional character created to represent your primary target audience. *Example Persona for a Fitness App:*
  • Name: "Busy Brian"
  • Age: 35, Corporate Manager.
  • Goals: Wants to track a 15-minute workout quickly.
  • Frustrations: Hates apps that require a 10-page sign-up process before letting him see the workout.
*The UX Decision:* Because we are designing for "Busy Brian," we will remove the massive sign-up form and add a one-click "Login with Google" button to eliminate his frustration!

6. User Journey Mapping

A User Journey Map tracks the exact emotional and physical steps a user takes to achieve a goal. It maps the timeline:
  1. 1. Awareness: Brian sees an ad for the app. (Emotion: Curious).
  1. 2. Onboarding: Brian downloads the app and clicks "Login with Google." (Emotion: Happy/Fast).
  1. 3. Usage: Brian tries to start a workout but cannot find the "Start" button because it is hidden in a menu. (Emotion: Extremely Frustrated/Angry).
*The UX Fix:* The Journey Map clearly identifies a massive "Friction Point" at step 3. The UI Designer must immediately redesign the app to place a massive, permanent "Start Workout" button on the home screen.

7. Usability (Heuristics)

Usability is a scientific measurement of how easy an interface is to use. The Nielsen Norman Group established 10 core Usability Heuristics. Three critical ones include:
  • Visibility of System Status: If a user clicks "Download," the app MUST show a loading spinner. If nothing happens for 3 seconds, the user will angrily click the button 50 more times.
  • Error Prevention: Do not let the user make a mistake. If a password requires a capital letter, tell them *before* they click submit, not via a red error message afterward.
  • Consistency: If your "Cancel" button is gray on page 1, it must be gray on page 50. Do not force the user to relearn your app on every page.

8. Diagrams/Visual Suggestions

*Visual Concept: A Simple User Persona Card* Provide a visual layout of a Persona Document designed in Figma.
  • A stock photo of the user (e.g., "Sarah, 28, Freelance Writer").
  • Three bullet points under Goals (Needs fast invoicing).
  • Three bullet points under Frustrations (Hates complex accounting math).
  • A quote: *"I just want to get paid without spending three hours on paperwork."*
This visual shows how designers synthesize pages of boring research data into a highly visual, empathetic reference card used by the entire development team.

9. Best Practices

  • Design for Failure (Edge Cases): Beginner UI designers only design the "Happy Path"—the screen where everything works perfectly. A Senior UX designer spends 50% of their time designing the "Edge Cases." What happens if the user's internet disconnects mid-purchase? What does the "Empty State" look like when the user has zero friends on their friends list? You must design the errors!

10. Common Mistakes

  • Dark Patterns: A Dark Pattern is a deliberate UX design choice meant to trick the user (e.g., making the "Unsubscribe" button invisible light-gray text, or automatically adding expensive insurance to a flight checkout without asking). While this might increase corporate revenue for one month, it permanently destroys user trust and destroys the brand's reputation. UX Designers must be ethical advocates for the user.

11. Mini Project: Map a Friction Point

Let's practice UX analysis without opening Figma.
  1. 1. Think of the last time you were deeply frustrated by a website or a mobile app.
  1. 2. Write down the Goal you were trying to achieve (e.g., "Cancel my subscription").
  1. 3. Map the User Journey: Write out the exact 5 steps you took.
  1. 4. Identify the "Friction Point" (e.g., "Step 4: The cancel button was hidden inside the Privacy Policy menu").
  1. 5. Write a 1-sentence UX solution to fix it (e.g., "Move the Cancel Subscription button to the main Account Settings page, highlighted in red").
*You are officially thinking like a UX Researcher!*

12. Practice Exercises

  1. 1. Explain the UX mantra, "You are not your user." Why is it dangerous for a highly technical software engineer to design an interface based entirely on their own intuition?
  1. 2. Create a basic "User Persona" for a brand-new Dog Walking application. Define the user's Age, Occupation, primary Goal, and biggest Frustration regarding finding a dog walker.

13. MCQs with Answers

Question 1

A UX design team is reviewing analytics data and discovers that 85% of users are abandoning the mobile application during the account creation process. To find out exactly *why* users find the form confusing, the team invites 5 users into the office to physically watch them attempt to fill out the form. What type of research is this?

Question 2

A company intentionally designs their newsletter popup so that the "Subscribe" button is a massive, bright blue, easily clickable UI element, while the "No thanks, close" button is a microscopic, light-gray text link hidden in the bottom corner. This unethical UX tactic designed to manipulate user behavior is known as what?

14. Interview Questions

  • Q: Explain the difference between Quantitative and Qualitative UX research. Provide an example of how you would use both sequentially to solve a massive drop-off rate on an e-commerce checkout page.
  • Q: What is a User Persona? If you are designing a banking application, why is it critical to create a Persona and reference it constantly throughout the UI design phase?
  • Q: Define "Visibility of System Status" (one of Nielsen's Usability Heuristics). If a user uploads a massive 1GB video file to your app, how must the UI be designed to satisfy this heuristic and prevent user frustration?

15. FAQs

Q: Do UX Designers actually write code or draw UI in Figma? A: In massive corporations (like Google), "UX Researcher" and "UI Designer" are two completely separate jobs. The Researcher conducts interviews and writes data reports; the UI Designer draws the Figma screens. However, in 90% of normal tech companies and startups, you will be hired as a "Product Designer" or "UI/UX Designer," meaning you are expected to do both! You interview the users on Monday, and draw the UI screens in Figma on Tuesday.

16. Summary

In Chapter 13, we recognized that beautiful pixels are useless without psychological purpose. We established Empathy as the absolute foundation of our profession, accepting that our technical intuition is inherently biased. We deployed Qualitative and Quantitative research to gather raw human data, synthesizing that data into highly focused User Personas. We mapped the emotional timeline of the User Journey to identify and eradicate friction points, and we armed ourselves with Nielsen's Usability Heuristics to guarantee our interfaces are predictable, forgiving, and transparent.

17. Next Chapter Recommendation

We know what the user wants, and we know how to design the UI components. Now, we must bring the design to life so the user can physically test it. Proceed to Chapter 14: Prototyping in Figma.

Finish this Chapter

Save your progress on your learning path and prepare for coding interview challenges.

Discussion

Join the discussion

Log in or create a free account to participate.

Sort: ·