As I couldn't find any COVID-19 related apps written in Khmer language, I built this project just for personal use in order to get an up-to-date COVID-19 data in Cambodia.
The project is built with React-Native which will generate both iOS and Android apps. The APIs I was using to fetch COVID-19 data are provided by mathdroid.
- Install all dependencies:
npm install
cd ios && pod install
- At root directory, start the packager:
npm start
- Run on Android:
react-native run-android
- Run on iOS:
react-native run-ios