Loading repository data…
Loading repository data…
galafis / repository
DIObootcamp
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Projeto desenvolvido durante a formação da Digital Innovation One, com o objetivo de colocar em prática os fundamentos de HTML, CSS e JavaScript de forma divertida, explorando a API REST do universo Pokémon. 🧬
Essa Pokédex consome dados da PokéAPI e permite ao usuário:
This project was developed during the Digital Innovation One (DIO) bootcamp, aiming to apply HTML, CSS, and JavaScript fundamentals in a fun way, exploring the Pokémon universe's REST API. 🧬
This Pokédex consumes data from the PokéAPI and allows the user to:
Apesar da inspiração vir diretamente do repositório oficial da DIO (js-developer-pokedex), realizei algumas melhorias:
Although inspired directly by the official DIO repository (js-developer-pokedex), I implemented several improvements:
git clone https://github.com/galafis/Construindo-uma-Pokedex-com-JavaScript
docs/index.html em seu navegador (ou visite a página do GitHub Pages):cd Construindo-uma-Pokedex-com-JavaScript
git clone https://github.com/galafis/Construindo-uma-Pokedex-com-JavaScript
docs/index.html in your browser (or visit the GitHub Pages link):cd Construindo-uma-Pokedex-com-JavaScript
Gabriel Lafis — estudante de Ciência de Dados e entusiasta da web.
Gabriel Lafis — Data Science student and web enthusiast.
Esse projeto foi uma forma divertida de reforçar conhecimentos em JavaScript e consumo de APIs. Se quiser sugerir melhorias, fique à vontade para abrir um Pull Request ou mandar uma ideia! 😉
This project was a fun way to reinforce knowledge in JavaScript and API consumption. If you want to suggest improvements, feel free to open a Pull Request or send an idea! 😉
graph TD
A[Usuário acessa Pokedex] --> B{Pesquisa Pokémon por nome/ID?}
B -- Sim --> C[Input do usuário]
B -- Não --> D[Navega com botões Anterior/Próximo]
C --> E[Chama PokéAPI]
D --> E
E --> F{API retorna dados?}
F -- Sim --> G[Renderiza Pokémon na tela]
F -- Não --> H["Exibe Não encontrado :("]
graph TD
A[User accesses Pokedex] --> B{Searches Pokémon by name/ID?}
B -- Yes --> C[User input]
B -- No --> D[Navigates with Previous/Next buttons]
C --> E[Calls PokéAPI]
D --> E
E --> F{API returns data?}
F -- Yes --> G[Renders Pokémon on screen]
F -- No --> H["Displays Not found :("]
Este projeto é uma Pokédex interativa que consome a PokéAPI para exibir informações sobre Pokémon. Ele foi desenvolvido como parte de um bootcamp da Digital Innovation One (DIO) e aprimorado com funcionalidades adicionais e um design mais profissional.
This project is an interactive Pokédex that consumes the PokéAPI to display information about Pokémon. It was developed as part of a Digital Innovation One (DIO) bootcamp and enhanced with additional features and a more professional design.
Não há etapas de instalação complexas. Basta clonar o repositório e abrir o arquivo docs/index.html em seu navegador.
There are no complex installation steps. Simply clone the repository and open the docs/index.html file in your browser.
Após abrir o docs/index.html no navegador, você pode pesquisar Pokémon pelo nome ou ID usando o campo de busca, ou navegar entre eles usando os botões "Anterior" e "Próximo".
After opening docs/index.html in your browser, you can search for Pokémon by name or ID using the search field, or navigate between them using the "Previous" and "Next" buttons.
Este projeto está licenciado sob a Licença MIT. Consulte o arquivo LICENSE para mais detalhes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Developed by Gabriel Demetrios Lafis