Slide 27
Slide 27 text
UI Components Development
● Started by building the basic components (Buttons, Forms, Modals, Grid, etc)
○ We separated UI components from the Application Layer in a monorepo
○ Each member were building different components in parallel
● Components were made by scratch to maximize extensibility and maintainability
○ Using libraries can lead to restrictions, loss of design scalability, and unexpected maintenance costs
○ Exception: Calendar component
● Implemented Storybook to easily check our components