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

Finalização do Projeto Pokédex #277

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"githubPullRequests.ignoredPullRequestBranches": ["main"]
}
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Trilha JS Developer - Pokedex
# Pokédex 🕹️

Projeto de desenvolvimento de uma Pokédex proposto pelo Bootcamp da [Digital Innovation One - DIO](https://web.dio.me/home) sobre Desenvolvimento Frontend com Angular. <br>

Trata-se de uma aplicação que utiliza a [PokeApi](https://pokeapi.co/) para apresentar detalhes de Pokémons da <strong>Primeira Geração</strong>.

## Tecnologias Utilizadas 🚀

[![Utilizadas](https://skillicons.dev/icons?i=js,html,css&theme=dark)](https://skillicons.dev)

## Prints to Website 🖥️

<div align="center">

### Página Inicial (Tela com Zoom-out de 70%) 🌐

<img src="./assets/prints/index.png" title="Tela de Inicio" style="width: 100%; max-width:100%; height: auto;">

### Tela Mobile 📱

<img src="./assets/prints/mobile.png" title="Tela do Mobile">

### Detalhes do Pokémon 🔎

<img src="./assets/prints/detalhe.png" title="Detalhes">
</div>

## Conclusão 📝

<h4>O projeto Pokédex foi um excelente desafio que eu me diverti bastante fazendo! Além disso, dei o meu melhor para incluir todas as ideias que vinham na minha cabeça durante a produção e tenho certeza que aprendi bastante desenvolvendo.</h4>
24 changes: 0 additions & 24 deletions assets/css/global.css

This file was deleted.

165 changes: 0 additions & 165 deletions assets/css/pokedex.css

This file was deleted.

Binary file added assets/fonts/PokemonGB.ttf
Binary file not shown.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/pokeball.ico
Binary file not shown.
Binary file added assets/img/pokedex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 0 additions & 47 deletions assets/js/main.js

This file was deleted.

35 changes: 0 additions & 35 deletions assets/js/poke-api.js

This file was deleted.

8 changes: 0 additions & 8 deletions assets/js/pokemon-model.js

This file was deleted.

Binary file added assets/prints/detalhe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prints/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/prints/mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading