yelloweq / bootcamp-covid-app

Test for cloning, committing and pushing to repo
2 stars 2 forks source link

Display info based on location #6

Open yelloweq opened 3 years ago

yelloweq commented 3 years ago

Allow user to enter an address / specify a location to display relevant data to smaller regions.

Example:

User input: B4 7ET Output: Cases displayed should display information about this particular region (city).

IBN5101 commented 3 years ago

Possible library: https://www.npmjs.com/package/@react-google-maps/api

yelloweq commented 3 years ago

@IBN5101 You can look at different graph mapping libraries and use the destructured data from the API to present a graph of currently selected country.

Useful resources: React router data passing: https://www.youtube.com/watch?v=FEiggoSm8tw Passing data to components: https://www.youtube.com/watch?v=ICmMVfKjEuo Covid tracker tutorial (shows graphing): https://www.youtube.com/watch?v=khJlrj3Y6Ls