Angular Ionic App using the PokeAPI to display a list of Pokemon and their details. PokeAPI is a RESTful API for Pokemon data.
https://digidemo-pokedex.vercel.app/
TelOTP: 123456 EMAIL: 'pw'
- Node.js
- Angular CLI
- Ionic CLI
- Android Studio (for Android development)
Clone the repository
git clone
Install dependencies
npm install
Run the app in the browser
ionic serve
Run the app on a device or simulator
ionic build --prod && npx cap run android
- Angular - Web framework
- Ionic - Cross-platform UI toolkit
- Capacitor - Cross-platform app runtime
- PokeAPI - RESTful API for Pokemon data
See the ABOUT.md file for more information and the answers to the questions.