https://github.com/bakliwalvaibhav1/pokeverse
A Pokédex android application using Ionic and Angular
https://github.com/bakliwalvaibhav1/pokeverse
Last synced: about 2 months ago
JSON representation
A Pokédex android application using Ionic and Angular
- Host: GitHub
- URL: https://github.com/bakliwalvaibhav1/pokeverse
- Owner: bakliwalvaibhav1
- Created: 2020-06-21T14:09:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T03:30:42.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T02:47:54.391Z (about 2 years ago)
- Language: TypeScript
- Size: 4.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokéverse
##### A Pokédex android application using Ionic and Angular with RESTful API
### API used
[PokéAPI](https://pokeapi.co/)### Installation
Clone/Download the project and install the dependencies using npm install
```sh
$ cd Pokeverse
$ npm install
```
To run the application
```sh
$ npm start
```
This will open the application in your browser. The default path will be http://localhost:4200/### Screenshots
![]()
![]()
![]()
![]()
![]()
### APK File
Here's the link to download the apk file. [Pokéverse](https://drive.google.com/file/d/1yOFV8bxJZ5vY498LM2NVYRiFVLTOmFmP/view?usp=sharing)