An open API service indexing awesome lists of open source software.

https://github.com/jefferson1104/design-system-lab-reactjs

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.
https://github.com/jefferson1104/design-system-lab-reactjs

radix-ui reactjs storybook tailwindcss typescript vite

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          


Design System with React.js



technology
technology
technology
technology
technology


soaresdev



https://jefferson1104.github.io/design-system-lab-reactjs

### About project
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.

### Run project
```bash
# 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
```

### Notes
- [Figma project](https://www.figma.com/file/vIrOIaV598GdhrAOoFnbZE/Ignite-Lab-Design-System)
- [notes on library configurations and installations](NOTES.md)

### Screenshots