Back to work

Case study

Work-management platform & design system

A corporate project-management SPA and the multi-package design system powering it.

React · Storybook · Design System · Design Tokens

Role
Frontend engineer. Design system, Storybook and component library.
Problem
A corporate work-management platform needed a consistent, accessible UI across several apps, backed by a maintainable shared component library and a single source of design tokens.
Approach
Built a 160+ component React library with a dedicated Storybook documenting components and design tokens (color, typography, spacing, shadows, semantic). Tokens are generated via Style Dictionary into CSS custom properties with dark-mode variants, and accessibility is enforced with axe in unit tests and cross-browser end-to-end runs.
Stack
React 19, TypeScript, Storybook 10, Style Dictionary, Tailwind CSS, Radix UI, Vitest + axe, Playwright.