Skip to content

BUEC500C1/codvid-app-h4x0rMadness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codvid-app-h4x0rMadness

a real-time app checking number of infected people within regions using React.

Project Usage

(this is a incomplete version, latest is in progress)

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

How to Reproduce

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

Step 5: Overlay the data on the maps

(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.

About

codvid-app-h4x0rMadness created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published