Skip to content

Commit 6ea4939

Browse files
committed
Update README_pt.md
1 parent c433f19 commit 6ea4939

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README_pt.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ React é uma biblioteca amplamente conhecida para a criação de interfaces de u
1414

1515
| Índice | Nome | Dificuldade | Prática |
1616
|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------------------------------|
17-
| 01 | [Criar um Aplicativo de Notas Usando React](https://labex.io/pt/courses/project-create-a-notes-app-using-react) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-create-a-notes-app-using-react) |
18-
| 02 | [Construindo um Criador de Lista de Desejos de Natal em React](https://labex.io/pt/courses/project-building-a-christmas-wish-list-builder-in-react) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-a-christmas-wish-list-builder-in-react) |
19-
| 03 | [Construindo um Jogo de Quebra-Cabeça Drag-and-Drop em React](https://labex.io/pt/courses/project-building-a-react-drag-and-drop-puzzle-game) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-a-react-drag-and-drop-puzzle-game) |
20-
| 04 | [Construindo um Mapa de Calor de Contribuições do GitHub em React](https://labex.io/pt/courses/project-building-a-react-github-heatmap-contributions) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-a-react-github-heatmap-contributions) |
21-
| 05 | [Navegação Responsiva com Custom React Hook](https://labex.io/pt/courses/project-browser-window-size) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-browser-window-size) |
22-
| 06 | [Aplicação de Troca de Tema React](https://labex.io/pt/courses/project-change-page-theme) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-change-page-theme) |
23-
| 07 | [Aplicação de Filtro de Cores em React](https://labex.io/pt/courses/project-colour-filter) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-colour-filter) |
24-
| 08 | [Implementando Recursos de Navegação no React](https://labex.io/pt/courses/project-navigation-features) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-navigation-features) |
25-
| 09 | [Criar Cartão de Visita Responsivo com React](https://labex.io/pt/courses/project-personal-card-generator) | ★★☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-personal-card-generator) |
26-
| 10 | [Construir Componentes React Interativos](https://labex.io/pt/courses/project-show-and-hide) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-show-and-hide) |
27-
| 11 | [Alternar entre Modo Claro e Escuro](https://labex.io/pt/courses/project-switch-between-light-and-dark) | ★☆☆ | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-switch-between-light-and-dark) |
17+
| 01 | [Criar um Aplicativo de Notas Usando React](https://labex.io/pt/courses/project-create-a-notes-app-using-react) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-create-a-notes-app-using-react) |
18+
| 02 | [Construindo um Criador de Lista de Desejos de Natal em React](https://labex.io/pt/courses/project-building-a-christmas-wish-list-builder-in-react) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-a-christmas-wish-list-builder-in-react) |
19+
| 03 | [Construindo um Jogo de Quebra-Cabeça Drag-and-Drop em React](https://labex.io/pt/courses/project-building-a-react-drag-and-drop-puzzle-game) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-a-react-drag-and-drop-puzzle-game) |
20+
| 04 | [Construindo um Mapa de Calor de Contribuições do GitHub em React](https://labex.io/pt/courses/project-building-a-react-github-heatmap-contributions) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-building-a-react-github-heatmap-contributions) |
21+
| 05 | [Navegação Responsiva com Custom React Hook](https://labex.io/pt/courses/project-browser-window-size) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-browser-window-size) |
22+
| 06 | [Aplicação de Troca de Tema React](https://labex.io/pt/courses/project-change-page-theme) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-change-page-theme) |
23+
| 07 | [Aplicação de Filtro de Cores em React](https://labex.io/pt/courses/project-colour-filter) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-colour-filter) |
24+
| 08 | [Implementando Recursos de Navegação no React](https://labex.io/pt/courses/project-navigation-features) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-navigation-features) |
25+
| 09 | [Criar Cartão de Visita Responsivo com React](https://labex.io/pt/courses/project-personal-card-generator) | Intermediário | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-personal-card-generator) |
26+
| 10 | [Construir Componentes React Interativos](https://labex.io/pt/courses/project-show-and-hide) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-show-and-hide) |
27+
| 11 | [Alternar entre Modo Claro e Escuro](https://labex.io/pt/courses/project-switch-between-light-and-dark) | Iniciante | [🚀 Iniciar Lab](https://labex.io/pt/courses/project-switch-between-light-and-dark) |
2828

2929
## Mais
3030

3131
- 🔗 [React Saiba mais sobre](https://labex.io/pt/skilltrees/react)
32-
- 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
33-
- 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
32+
- 🔗 [Projetos de Programação Incríveis](https://github.com/labex-labs/awesome-programming-projects)
33+
- 🔗 [Cursos de Programação Incríveis](https://github.com/labex-labs/awesome-programming-courses)
3434

0 commit comments

Comments
 (0)