Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.15 KB

File metadata and controls

60 lines (39 loc) · 1.15 KB

DigiDemo Pokedex

Angular Ionic App using the PokeAPI to display a list of Pokemon and their details. PokeAPI is a RESTful API for Pokemon data.

LIVE DEMO

https://digidemo-pokedex.vercel.app/

PW:

TelOTP: 123456 EMAIL: 'pw'

Getting Started

Prerequisites

Installing

Clone the repository

git clone

Install dependencies

npm install

Running the app

Run the app in the browser

ionic serve

Run the app on a device or simulator

ionic build --prod && npx cap run android

Built With

About

See the ABOUT.md file for more information and the answers to the questions.