Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adição do Angular4noobs #111

Merged
merged 2 commits into from
Sep 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,18 @@
},
"url": "https://github.com/Guilherme775/Haskell4Noobs"
},
{
"name": "Angular4Noobs",
"image": "https://cdn.jsdelivr.net/gh/devicons/devicon/icons/angularjs/angularjs-original.svg",
"description": "Tutorial de Angular para iniciantes na framework.",
"category": "Frameworks",
"author": {
"name": "Gustavo Bizo",
"username": "gbiz0",
"avatar_url": "https://github.com/gbiz0.png"
},
"url": "https://github.com/gbiz0/angular4noobs"
},
{
"name": "NextJS4noobs",
"image": "https://miro.medium.com/max/1000/0*hXm4rb8UAf5DEhZ2.png",
Expand Down
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ O intuito deste repositório é mostrar projetos desenvolvidos para facilitar o

| Nome | Descrição | Contribuidores | Link |
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------| ------ |
| Angular | O Angular é um poderoso framework de desenvolvimento de aplicações front-end mantido pela equipe do Google. Ele permite a criação de aplicações web dinâmicas, responsivas e de alto desempenho. Nesse repositório você terá em mãos todos os materiais para iniciar sua jornada nessa tecnologia muito requisitada no mercado! | [Gustavo Bizo](https://github.com/gbiz0) | [Clique aqui ➡️](https://github.com/gbiz0/angular4noobs) |
| NextJS | Tutorial e documentação de Next.js traduzido em português para iniciantes em programação. | [Caio Almeida](https://github.com/caioreix/) | [Clique aqui ➡️](https://github.com/caioreix/NextJs4noobs) |
| Vue | Esse tutorial tem como objetivo principal apresentar e ensinar o básico do framework Vue em sua versão 2, de uma maneira completa e acessível para todos. | [Giovane Cardoso](https://github.com/Novout) | [Clique aqui ➡️](https://github.com/Novout/vue4noobs/) |
| Flutter | Introdução ao framework Flutter. Aprenda sobre Flutter, Widgets, Gerenciamento de Estado e a importância da Orientação a Objetos dentro dessa tecnologia. | [Felipe Ribeiro](https://github.com/feliperfdev) | [Clique aqui ➡️](https://github.com/feliperfdev/flutter4noobs) |
Expand Down