.png)
As Design Lead at greytHR, I identified the need for a consistent design language amid our rapid growth and expansion. I spearheaded the creation of the New Design System, a solution designed to deliver visually cohesive and user-friendly experiences across all our products and services.

To create a unified design language that would provide a cohesive visual and interaction experience across all greytHR products. This involved defining design tokens and setting up an atomic design system that aligns with our brand identity.

To create a design system that is consistent across all products, using a single tech stack to prevent technical debt and streamline the development process.
Functional CSS and class-based CSS represent two different approaches to styling reusable components, each with its own strengths and challenges. Functional CSS, like Tailwind CSS, enables rapid development through predefined utility classes, ensuring consistency and flexibility but can result in cluttered HTML and a steep learning curve.
On the other hand, class-based CSS promotes readable and maintainable code with better style encapsulation, though it may lead to complexity, duplication, and scalability issues. Choosing between them depends on the project's needs, balancing speed and flexibility with readability and maintainability.
.png)
To define and introduce guidelines for component and variant reusability, ensuring a scalable and maintainable design system.