-
Practice. - Learn the theory. A lot of design systems have publicly available guidelines: Material, Polaris, Apple HIG. - Create your own components from scratch. Create a button, a dropdown, a navbar, a snack bar, a tool tip, a modal, etc. Those components can get pretty complex. Argyle's GUI Challenges videos provide good explanations for how to create some of these components.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
While working on challenges use stylelint to enforce some strict coding standards and best practices for css. You can use predefined config like the ones from github for now.
-
While working on challenges use stylelint to enforce some strict coding standards and best practices for css. You can use predefined config like the ones from github for now.