Ecosyste.ms: Awesome

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

https://github.com/loiane/ionic2-pokedex

:video_game: Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.
https://github.com/loiane/ionic2-pokedex

angular2 angular4 ionic ionic2 ionic2-pokedex ionic3 poke-api

Last synced: about 1 month ago
JSON representation

:video_game: Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.

Lists

README

        

# ionic2-pokedex

Pokédex sample hybrid mobile app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi v2 as source for data and sprites.

### Functionalities
* List of Pokémons with species details, type effectiveness, abilities, evolution chain, sprites and moves (IV Generation)
* Using Ionic 2 routing and CSS components, Angular 2 Components, Directives, Pipes, RxJS Observables
* Navigation between Pokémons (use of Angular/Ionic lifecycle events to change and refresh data)
* To be added: list of Pokémons types + details, list of abilities + details, list of moves + details

### Install

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

```bash
$ npm install -g ionic@latest
$ npm install
$ ionic serve
```

Additionally, you can also download Ionic View app from Google Play or Apple Store and enter id `1553841a` to execute this app in your mobile phone or tablet.