Simple Ionic 5 application using Angular 9 and Capacitor. This app connects with https://randomuser.me/ API to retrieve all data needed.
- Fancy Animations - GitHub Repository
- Pagination and State management using NGXS
- Takes pictures using the Capacitor Camera Plugin
Must have installed:
1- Ionic v5
2- Nodejs v10+
Optional:
- Android Studio (or Android SDK) to run the app natively.
1- Clone the repository
2- cd random-user
3- Use the package manager npm to install Random User typing:
npm install
- 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
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.