a real-time app checking number of infected people within regions using React.
git clone https://github.com/BUEC500C1/codvid-app-h4x0rMadness.git
make sure you have react-native installed, then in the folder:
cd myadd/ios
pod install
make sure you have google geocoding api key and replace it in App.js
cd ..
react-native run-ios
Step 2: Go through React Native Tutorial for "hello world"
Step 3: Develop use case to display a map
Apple Map Version
Step 4: Using Covid-19 API to display data in application as text
(Changed to hybrid map mode)
Display markers for each country with the geo coordinates of its capital.
Lay data with this format of view.
Communicating with Covid API and get back data (refreshed in-time data) when pressed.
When the marker on map is clicked, the updated data will be displayed.
Displaying Gloabl Summary and Country Local Summary.
Selecting date with specific component.