/nCov2019-Tracker

🦠 Coronavirus (covid19) Tracker by Ionic Framework

Primary LanguageTypeScript

nCov2019 Tracker

To provide user a clean-based looking to see the daily updates cases data.

Features

  • 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

Screenshot

Image of Country List Image of Country Details

Build

Android

  1. npm install
  2. ionic cordova platform add android
  3. ionic cordova build android
  4. Connect your Android device and run the application with ionic cordova run android (make sure USB debugging is enabled on your device)

IOS

  1. npm install
  2. ionic cordova platform add ios
  3. ionic cordova build ios
  4. Connect your iOS device and run the application, either by
  5. Opening up the relevant .xcodeproj on Xcode and clicking the run button (making sure your device is selected)
  6. 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)

Data Source API

Thanks to API data distributor for giving these data to success developed the application.

Covid-19 Data in JSON by Rodrigo Pombo's Github