https://github.com/joschonarth/angular-pokedex
⚡ A Pokédex application built with Angular, utilizing the PokeAPI to provide a dynamic, interactive interface for exploring Pokémon data and details.
https://github.com/joschonarth/angular-pokedex
angular typescript
Last synced: 2 months ago
JSON representation
⚡ A Pokédex application built with Angular, utilizing the PokeAPI to provide a dynamic, interactive interface for exploring Pokémon data and details.
- Host: GitHub
- URL: https://github.com/joschonarth/angular-pokedex
- Owner: joschonarth
- License: mit
- Created: 2024-09-16T01:00:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T02:08:27.000Z (almost 2 years ago)
- Last Synced: 2025-06-02T10:22:15.617Z (about 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage: https://angular-pokedex-roan.vercel.app
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Pokémon Pokédex
Este projeto é uma Pokédex que utiliza a [PokeAPI](https://pokeapi.co/) para fornecer informações sobre Pokémon. Os usuários podem pesquisar e visualizar dados como imagem, nome e tipo dos Pokémon.
## 🎥 Demonstração
## ⚙️ Funcionalidades
- Pesquisa de Pokémon por nome.
- Exibição da imagem, nome e tipos do Pokémon pesquisado.
- Interface amigável e responsiva.
## 🛠️ Tecnologias Utilizadas
- 💻 **Frontend:** TypeScript, HTML e CSS
- 🅰️ **Framework:** [Angular](https://angular.io/)
- 🗂️ **API:** [PokeAPI](https://pokeapi.co/)
## 🚀 Como Rodar o Projeto
1. Clone o repositório:
```bash
git clone https://github.com/joschonarth/angular-pokedex
```
2. Navegue até o diretório do projeto:
```bash
git clone cd angular-pokedex
```
3. Instale as dependências:
```bash
npm install
```
4. Inicie o servidor de desenvolvimento do Angular:
```bash
ng serve
```
5. Abra o navegador e acesse `http://localhost:4200`.
## 🌐 Teste o Projeto
🔗 Experimente a Pokédex diretamente no site: [Pokémon Pokédex](https://angular-pokedex-roan.vercel.app/)
## 🤝 Contribuição
Contribuições são bem-vindas! Se você encontrar um bug ou tiver uma sugestão de melhoria, por favor, abra um issue ou envie um pull request.
## 📜 Licença
Este projeto está licenciado sob a [MIT License](LICENSE).
## 📫 Contato