Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviteixeira-dev/design-system
Construção de um Design System do Figma ao React.
https://github.com/daviteixeira-dev/design-system
addon-a11y clsx figma phosphor-react postcss radix-ui react storybook storybook-deployer tailwindcss typescript vite
Last synced: 23 days ago
JSON representation
Construção de um Design System do Figma ao React.
- Host: GitHub
- URL: https://github.com/daviteixeira-dev/design-system
- Owner: daviteixeira-dev
- Created: 2022-10-20T17:56:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T00:12:29.000Z (about 2 years ago)
- Last Synced: 2024-11-08T05:08:55.085Z (3 months ago)
- Topics: addon-a11y, clsx, figma, phosphor-react, postcss, radix-ui, react, storybook, storybook-deployer, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://daviteixeira-btm.github.io/design-system/
- Size: 4.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Design System
About the project |
Technology |
Installation, execution and development |
How to contribute |
License## 👨🏻💻 About the project
```👨🏻💻 Sobre o projeto```Construção de um Design System do Figma ao React.
Link do Storybook: Ver link
Link do Figma: Ver link## 🚀 Technology
```🚀 Tecnologias```- [Storybook](https://storybook.js.org/)
- [Figma](https://www.figma.com/)
- [React](https://pt-br.reactjs.org/)
- [Radix-ui](https://www.radix-ui.com/)
- [Tailwind](https://tailwindcss.com/)## 💻 Installation, execution and development
```💻 Instalação, execução e desenvolvimento```### Prerequisites
```💻 Pré-requisitos```- [npm](https://www.npmjs.com/)
- [Node.js](https://nodejs.org/en/)## 🤔 How to contribute
```🤔 Como contribuir```**Fork the repository and follow the steps below**
```Faça um fork deste repositório e siga os passos a baixo``````bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature
```
**After your pull request is merged, you can delete your branch**
```Depois que sua pull request for merged, você pode deletar sua branch```## 📝 License
This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.
```Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.```---
Made with ❤️ by Davi Teixeira