https://github.com/dev-araujo/pokedex-angular
https://github.com/dev-araujo/pokedex-angular
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-araujo/pokedex-angular
- Owner: dev-araujo
- License: mit
- Created: 2023-12-27T18:31:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T18:35:54.000Z (over 2 years ago)
- Last Synced: 2025-02-08T16:19:46.621Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pokedex-angular-roan.vercel.app
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedex

## 💻 Projeto
#### Este projeto é uma "pokedex" com a listagem dos 150 pokemons(paginados),campo de busca e visualização de seus detalhes.
- O resultado pode ser conferido :arrow_right: [**AQUI**](https://pokedex-angular-roan.vercel.app/)

## Feito com 🔨
- **Angular 13**
- ngx-pagination
- SASS
### Instruções para rodar
Por ser um projeto realizado com **Angular**, há a necessidade do **NodeJS**. Com ele instalado basta seguir os seguintes passos.
No terminal, clone o projeto:
```
git clone
```
Instale as dependências:
```
npm install
```
Execute a aplicação:
```
npm run start
```
----
#### Author 👷

[](https://www.linkedin.com/in/araujocode/)