{"id":28368453,"url":"https://github.com/denisfloyd/pokedex-generation-angular","last_synced_at":"2026-05-14T21:33:36.400Z","repository":{"id":141616431,"uuid":"503514801","full_name":"denisfloyd/pokedex-generation-angular","owner":"denisfloyd","description":"Projeto Angular 8 para o desafio do DeliveryMuch","archived":false,"fork":false,"pushed_at":"2022-06-03T04:20:40.000Z","size":6495,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T05:37:15.050Z","etag":null,"topics":["angular","frontend","typescript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/denisfloyd.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,"zenodo":null}},"created_at":"2022-06-14T20:44:36.000Z","updated_at":"2022-07-08T18:03:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e4a2b60f-1f0d-4f36-b5e7-d87e2eca3a5f","html_url":"https://github.com/denisfloyd/pokedex-generation-angular","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/denisfloyd/pokedex-generation-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisfloyd%2Fpokedex-generation-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisfloyd%2Fpokedex-generation-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisfloyd%2Fpokedex-generation-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisfloyd%2Fpokedex-generation-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denisfloyd","download_url":"https://codeload.github.com/denisfloyd/pokedex-generation-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisfloyd%2Fpokedex-generation-angular/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265982732,"owners_count":23859573,"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":["angular","frontend","typescript"],"created_at":"2025-05-29T04:10:59.222Z","updated_at":"2025-10-12T05:37:11.386Z","avatar_url":"https://github.com/denisfloyd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PokedexGeneration\n\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" alt=\"Hostgator\" src=\"https://lh3.googleusercontent.com/ecNkUiOyTV86TX_6twjjEVtwrVUxwb3X_yTI570fy4E94tpV27invwicNgA-4bXTxN4\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Challenge Delivery Much: Pokedex by generations using pokeapi.\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eDesafio Delivery Much: Pokedex por Gerações usando a pokeapi.\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\n  \u003cbr /\u003e\u003cbr /\u003e\n  \u003cspan\u003e\n    \u003ca href=\"https://pokedex-denisladeira.netlify.app/\"\u003eDemo\u003c/a\u003e\n  \u003c/span\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" alt=\"Hostgator\" src=\"git_assets/sample.gif\" /\u003e\n\u003c/p\u003e\n\n### About\nExplanations about the challenge can be found in the link below in Portuguese.\nhttps://drive.google.com/file/d/1ux480NApm5_kmitjczC4sgjTq3lZ7nFw/view?usp=sharing\n\n\u003ch4\u003eTechs\u003c/h4\u003e\n\u003cul\u003e\n  \u003cli\u003e Typescript \u003c/li\u003e\n  \u003cli\u003e Angular\n  \u003cli\u003e httpclient\n  \u003cli\u003e rxjs\n\u003c/ul\u003e\n\n\n### How to execute\n\n1. Clone the project on your computer via Download (option Code -\u003e Download ZIP)\n    - If you want to do it with Git, make sure you have Git installed, follow the link https://git-scm.com/\n2. Download Node if you have not configured it on your computer;\n    - https://nodejs.org/en/\n    - The npm package that we will use is usually installed together with Node.\n3. In the terminal or prompt(cmd), access the project root;\n4. At the root of the project, run `npm i` command to download the dependencies;\n    - A node_modules folder will be created at the root of the project with the dependencies downloaded.\n5. Run `npm start` to run the project;\n6. The project will be available at http://localhost:4200, check your browser.\n\n### Como executar (pt-br)\n\n1. Clone o projeto em seu computador através do Download (opção 'Code' -\u003e Download ZIP)\n    - Caso queira fazer pelo Git, verifique se você tem o Git instalado, siga o link https://git-scm.com/\n2. Baixe o Node caso você não tenha ele configurado em seu computador;\n    - https://nodejs.org/en/\n    - O pacote npm que iremos utilizar geralmente virá instalado juntamente com o Node.\n3. No terminal ou prompt de comandos (cmd), acesse a raiz do projeto;\n4. Na raiz do projeto, execute o comando `npm i` para baixar as dependências do projeto;\n    - Uma pasta node_modules será criada na raiz do projeto com as dependências baixadas.\n5. Execute `npm start` para executar o projeto;\n6. O projeto estará disponível em http://localhost:4200, verifique o seu navegador.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisfloyd%2Fpokedex-generation-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenisfloyd%2Fpokedex-generation-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisfloyd%2Fpokedex-generation-angular/lists"}