https://github.com/hugovarellaa/dtmoney-2022
Chapter 3 - Consumo de API e performance no ReactJS
https://github.com/hugovarellaa/dtmoney-2022
axios phosphor-react react-hook-form reactjs styled-components typescript use-context-selector vitejs zod
Last synced: 26 days ago
JSON representation
Chapter 3 - Consumo de API e performance no ReactJS
- Host: GitHub
- URL: https://github.com/hugovarellaa/dtmoney-2022
- Owner: Hugovarellaa
- Created: 2022-10-04T02:30:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T00:51:17.000Z (over 2 years ago)
- Last Synced: 2025-02-15T15:50:37.087Z (3 months ago)
- Topics: axios, phosphor-react, react-hook-form, reactjs, styled-components, typescript, use-context-selector, vitejs, zod
- Language: TypeScript
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## 📚 Informações sobre o projeto
- Esse projeto foi desenvolvido durante o ignite da rocketseat, Chapter 3 da trilha atualizada 2022.
## 🖼️ Template do projeto Figma
- [Template do projeto original para clone]()
## 🛠️ Tecnologias/Ferramentas utilizadas
## Web
- [React](https://pt-br.reactjs.org/)
- [Vite](https://vitejs.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Styled-components](https://styled-components.com/)
- [React-Hook-Form](https://react-hook-form.com)
- [Zod](https://zod.dev/)
- [use-context-selector](https://github.com/dai-shi/use-context-selector)
- [axios](https://axios-http.com/ptbr/docs/intro)
- [phosphor-react](https://phosphoricons.com/)## ⚙️ Instalação
```
# Abra um terminal e copie este repositório com o comando
$ git clone https://github.com/Hugovarellaa/dtmoney-2022
``````
# Acesse a pasta da aplicação
cd dtmoney-2022# Instale as dependências
$ yarn# Inicie a aplicação back-end
$ yarn dev
```---
Feito com 💙 por Hugo Alves Varella