← Back to catalog
Design Systems for Enterprise Apps cover image
UI/UX Design Intermediate

Design Systems for Enterprise Apps

Architect scalable UI component libraries and design tokens for complex enterprise workflows.

Instructor Teresa Zhang
Duration 180 minutes (4 lessons)
Estimated Effort 3 hours total (1.5 hrs/week over 2 weeks)
Price USD 65.00
USD 65.00 Full Lifetime Access

Sign in to track your learning progress.

Course Overview

Design accessible data tables, multi-step forms, and dense dashboard layouts in Figma and CSS while maintaining strict visual cohesion across engineering teams.

What You Will Learn

Structure design tokens (color, spacing, typography, elevation) in JSON/CSS variables
Architect reusable, accessible component libraries (data tables, forms, modals)
Enforce strict WCAG 2.1 AA accessibility standards across design components
Document design token guidelines and component states in Storybook
Govern design system contributions across large multi-team engineering orgs

Tools & Technologies Used

Figma CSS Variables Storybook React Style Dictionary

Structured Curriculum

2 Modules  ·  4 Lessons  ·  180 Minutes Total

Module 1

Module 1: Design Tokens & Component Boundaries

2 lessons

Construct token hierarchies and decouple visual decisions from raw code.

  • 📄

    Global, Alias & Component Specific Tokens

    Build a design token pipeline using Style Dictionary to export CSS variables and JSON tokens.

    System Design 45 min
  • 📄

    Designing Complex Enterprise Data Tables

    Construct accessible, customizable data table components supporting sorting, filtering, and pagination.

    Code Workshop 45 min
Module 2

Module 2: Storybook Documentation & Governance

2 lessons

Document component APIs and establish contribution workflows.

  • 📄

    Storybook Component Isolation & Accessibility Scans

    Set up Storybook stories with automated axe-core accessibility testing.

    Documentation Lab 45 min
  • 📄

    Versioning & Multi-Team Governance

    Establish semantic versioning rules, breaking-change deprecation notices, and design review boards.

    Strategy Session 45 min

Practical Project & Capstone Outcome

🚀 Capstone Project

Enterprise Design System Core Token & Component Package

Build an enterprise design system package featuring automated token translation, 10 fully tested React components in Storybook, and zero accessibility violations.

Prerequisites

  • HTML/CSS proficiency
  • Basic familiarity with Figma and React/Vue

Intended Audience

  • Design System Engineers and UI Designers building enterprise component libraries
  • Frontend Architects establishing organizational design standards

Instructor Information

T

Teresa Zhang

Course Author & Industry Expert

Teresa Zhang is a Lead Design System Architect who has built component libraries used by over 500 enterprise engineers.

Frequently Asked Questions

Can this system be used with plain CSS as well as React?

Yes! Design tokens are defined in JSON and compiled to standard CSS variables.