An open API service indexing awesome lists of open source software.

https://github.com/cristofima/pokedex

Pokédex app
https://github.com/cristofima/pokedex

angular ionic

Last synced: 5 months ago
JSON representation

Pokédex app

Awesome Lists containing this project

README

          

# Pokédex
Pokédex app in Ionic with Angular

### Example

Pokemon List page | Pokemon Details page (info section) | Pokemon Details page (evolution chart)
:------------------------:|:-------------------------:|:-------------------------:
![](https://github.com/cristofima/Pokedex/blob/main/screenshots/android/pokemon-list.png) | ![](https://github.com/cristofima/Pokedex/blob/main/screenshots/android/pokemon-detailts-part1.png) | ![](https://github.com/cristofima/Pokedex/blob/main/screenshots/android/pokemon-detailts-part2.png)

### Install

You can run this app in the browser by following the steps below:

```
npm install -g @ionic/cli
npm install
ionic serve
```