Skip to content

Simple Ionic 5 application that use Capacitor Camera plugin, NGXS and fancy animations.

Notifications You must be signed in to change notification settings

JDonadio/random-user

Repository files navigation

image

Build Status Coverage Status

Random User App

Simple Ionic 5 application using Angular 9 and Capacitor. This app connects with https://randomuser.me/ API to retrieve all data needed.

Features

Prerequisites

Must have installed:

1- Ionic v5
2- Nodejs v10+

Optional:

  • Android Studio (or Android SDK) to run the app natively.

Installation

1- Clone the repository
2- cd random-user
3- Use the package manager npm to install Random User typing:
npm install

Runing

  • On browser:
ionic serve
  • Native:
ionic capacitor add android 
//Add a new platform specific folder


ionic capacitor copy android
//Perform an Ionic build, which compiles web assets and copy web assets to Capacitor native platform


ionic capacitor open android
//Open the Android Studio IDE for your native project

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Simple Ionic 5 application that use Capacitor Camera plugin, NGXS and fancy animations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published