{"id":13622749,"url":"https://github.com/Carolis/typescript4noobs","last_synced_at":"2025-04-15T09:33:47.193Z","repository":{"id":41262707,"uuid":"294003663","full_name":"Carolis/typescript4noobs","owner":"Carolis","description":"Typescript para iniciantes","archived":false,"fork":false,"pushed_at":"2024-05-27T13:32:16.000Z","size":603,"stargazers_count":268,"open_issues_count":2,"forks_count":17,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T08:59:29.664Z","etag":null,"topics":["react","react-typescript","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Carolis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-09T04:36:46.000Z","updated_at":"2025-03-19T15:34:49.000Z","dependencies_parsed_at":"2024-06-12T09:24:40.993Z","dependency_job_id":"ee4aaeb2-68e5-4565-b636-1d66cd00b60d","html_url":"https://github.com/Carolis/typescript4noobs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carolis%2Ftypescript4noobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carolis%2Ftypescript4noobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carolis%2Ftypescript4noobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carolis%2Ftypescript4noobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Carolis","download_url":"https://codeload.github.com/Carolis/typescript4noobs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249043174,"owners_count":21203428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","react-typescript","typescript"],"created_at":"2024-08-01T21:01:23.637Z","updated_at":"2025-04-15T09:33:46.606Z","avatar_url":"https://github.com/Carolis.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/he4rt/4noobs\" target=\"_blank\"\u003e\n    \u003cimg src=\"./.github/images/header_4noobs.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ch2 align=\"center\"\u003eTypescript4noobs\u003c/h2\u003e\n\n  \u003ch1 align=\"center\"\u003e\u003cimg src=\"./.github/images/Typescript_logo_2020.png\" alt=\"Logo do Typescript\" width=\"120\"\u003e\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003e    \n    \u003cbr /\u003e\n    \u003ca href=\"https://www.typescriptlang.org/docs\"\u003e\u003cstrong\u003eExplore a documentação »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/Carolis/typescript4noobs/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/Carolis/typescript4noobs/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n# Sobre o Projeto\n\nEste projeto tem como intenção ser um apoio aos cursos de react desenvolvidos pelo projeto 4noobs, portanto, os exemplos aqui citados estarão preferencialmente inseridos nesse ecossistema.\n\nO material é pensado para que você consiga dar um pontapé inicial no seu projeto se utilizando de um ambiente preparado para o TypeScript. Se você sentir falta ou necessidade de algum conteúdo sinta-se livre para abrir uma issue sinalizando isso.\n\nOutro ponto é o fato de que editores como o **VSCode** são muito mais amigáveis ao TypeScript e talvez seja uma boa ideia usá-lo caso você esteja iniciando. Porém você também pode usar o Vim, que possui uma ótima integração com Servidor da Linguagem por meio da extensão [coc.nvim](https://github.com/neoclide/coc.nvim).\n\nTodos os exemplos citados nesse artigo podem ser testados no [playground online oficial](https://www.typescriptlang.org/play) caso não queira baixar nada.\n\n# Roadmap\n\n### Introdução\n\n[O que é o TypeScript?](/Content/1-Intro/Intro.md)\n\n### Configurando o Ambiente\n\n[Instalação](/Content/2-Instalacao/Instalacao.md)\n\n### Conteúdo Principal\n\n1. [Introdução à Tipagem de Variáveis](/Content/3-Conteudo-Principal/Tipando-Variaveis.md)\n\n2. [Tipos mais Comuns](/Content/3-Conteudo-Principal/Tipos-Comuns.md)\n\n3. [Enums](/Content/3-Conteudo-Principal/Enums.md)\n\n4. [Type e Interfaces](/Content/3-Conteudo-Principal/Type-e-Interfaces.md)\n\n5. [Generics](/Content/3-Conteudo-Principal/Generics.md)\n   \n6. [Optional Chaining](/Content/3-Conteudo-Principal/OptionalChaining.md)\n\n# Como Contribuir com o 4noobs\n\nContribuições fazem com que a comunidade open source seja um lugar incrível para aprender, inspirar e criar. Todas contribuições\nsão **extremamente apreciadas**\n\n1. Realize um Fork do projeto\n2. Crie um branch com a nova feature (`git checkout -b feature/featureBraba`)\n3. Realize o Commit (`git commit -m 'Add some featureBraba'`)\n4. Realize o Push no Branch (`git push origin feature/featureBraba`)\n5. Abra um Pull Request\n\n# Autores\n\n- **Carolina Ale** - _Developer \u0026 Member of He4rt Developers_ - [Twitter](https://twitter.com/caroliscaroles) - [Github](https://github.com/Carolis)\n- **Zoey de Souza Pessanha** - _Developer \u0026 Member of He4rt Developers_ - [Github](https://github.com/zoedsoupe)\n- **Matheus Navarro** - _Developer \u0026 Member of He4rt Developers_ - [Github](https://github.com/navarrotheus)\n\n# Colaboradores\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/midhatdrops\"\u003e\u003cimg style=\"border-radius: 50%\" src=\"https://avatars.githubusercontent.com/u/67974118?v=4\" width=\"100px\" alt=\"midhatdrops\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003eBruno Rezende Novais\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr/\u003e\n\u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idrodrigosantos\"\u003e\u003cimg style=\"border-radius: 50%\" src=\"https://avatars.githubusercontent.com/u/23555768?v=4\" width=\"100px\" alt=\"idrodrigosantos\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003eRodrigo Santos\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr/\u003e\n\u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/VitorLuizC\"\u003e\u003cimg style=\"border-radius: 50%\" src=\"https://avatars.githubusercontent.com/u/9027363?v=4\" width=\"100px\" alt=\"VitorLuizCs\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003eVitor Luiz Cavalcanti\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr/\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cp align=\"center\"\u003eMade with 💜\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/he4rt/4noobs\" target=\"_blank\"\u003e\n    \u003cimg src=\"./.github/images/footer_4noobs.svg\" width=\"380\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCarolis%2Ftypescript4noobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCarolis%2Ftypescript4noobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCarolis%2Ftypescript4noobs/lists"}