This project is a design system, where I developed a layout in the Figma tool using some UI/UX practices. In the development of the application I used React.js as the main library and storybook, I also used TailWind CSS which is a CSS structure based on utilities with several classes to create any design. Another important and interesting library I used was Radix UI, with primitive, accessible and unstyled components to create high quality design systems.
# Clone this repository
$ git clone https://github.com/jefferson1104/design-system-lab-reactjs.git
# Access the project folder
$ cd design-system-lab-reactjs
# Install dependencies
$ yarn install
# Run storybook
$ yarn storybook
# Run page example
$ yarn dev


