To provide user a clean-based looking to see the daily updates cases data.
- View each countries cases with daily update data.
- View and Edit dates of countdown status for movement control period.
- View chart analysis in line chart by Chart.js
npm install
ionic cordova platform add android
ionic cordova build android
- Connect your Android device and run the application with ionic cordova run android (make sure USB debugging is enabled on your device)
npm install
ionic cordova platform add ios
ionic cordova build ios
- Connect your iOS device and run the application, either by
- Opening up the relevant .xcodeproj on Xcode and clicking the run button (making sure your device is selected)
- Running ionic cordova run ios --device on your CLI - this requires that the npm package ios-deploy is installed globally (
npm install -g ios-deploy
)
Thanks to API data distributor for giving these data to success developed the application.