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: 2 months 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.
- Host: GitHub
- URL: https://github.com/loiane/ionic2-pokedex
- Owner: loiane
- License: mit
- Created: 2016-09-06T22:51:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:51:19.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T17:20:52.800Z (3 months ago)
- Topics: angular2, angular4, ionic, ionic2, ionic2-pokedex, ionic3, poke-api
- Language: TypeScript
- Homepage:
- Size: 29.8 MB
- Stars: 153
- Watchers: 11
- Forks: 37
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ionic2-components - Pokémons API - no joke!) (API / Others)
- Awesome - Pokémons API - no joke!) (API / Picker)
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.