Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 922 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 922 Bytes

Random Country

This Ionic Angular app retrieves and displays details of a random country using the RESTCountries API.

Built in the context of the article I built the same app with Flutter, React Native, and Ionic

Test

https://fmmagalhaes.github.io/random-country-ionic-angular

Run

  • Run in the browser with ionic serve
  • Run in a mobile device with ionic capacitor run

Deploy to GitHub Pages

The web version of the app was deployed to Github Pages using angular-cli-ghpages

  1. ng add angular-cli-ghpages
  2. ng deploy --dir=www --base-href=/random-country-ionic-angular/