Use CODVID-19 API (Documentation using postman) to build mobile application that displays:
- CODVID cases per country on a MAP
- CODVID cases per country Live on a MAP (changes)
- CODVID cases per country based on a date.
- Summary of total cases for the world -Live Summary for the World
Step 1: Setup your REACT Native Environment Please note: If you have an iOS device, you need a Mac computer. If you don’t have a Mac,
Step 2: Go through REACT native Tutorial
Step 3: Develop use case to display a map. (GitHub location)
Step 4: On separate branch, exercise the CODVID-19 API (Documentation using postman) and display the data in your application as text. Be fancy! Style your results.
Step 5: Overlay the data on the maps.
git clone git@github.com:BUEC500C1/covid19-app-jesspb.git
npm install
npx react-native run-android
On branch COVID19