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
- Host: GitHub
- URL: https://github.com/cristofima/pokedex
- Owner: cristofima
- Created: 2020-12-05T03:42:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T14:57:31.000Z (about 3 years ago)
- Last Synced: 2024-12-20T06:17:26.196Z (over 1 year ago)
- Topics: angular, ionic
- Language: TypeScript
- Homepage:
- Size: 6.69 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
:------------------------:|:-------------------------:|:-------------------------:
 |  | 
### Install
You can run this app in the browser by following the steps below:
```
npm install -g @ionic/cli
npm install
ionic serve
```