Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 903 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 903 Bytes

The country info app is a simple JavaScript app with UI designed in Code.org App Lab. The app utilizes two datasets, The World Bank's Climate Change Data(Country Data) dataset and Code.org's Countries and Territories dataset. The combination of these datasets provides a plethora of information on every country in the world. The app will search both lists and generate ids to represent locations in each dataset. Since the Country Data dataset is not organized into columns it adds an extra level of complexity to the application that is mitigated by the use of functions to change the format of the dataset. Once the data has been located in the datasets the data is displayed for the user in expandible sections such as economy, agriculture, and economic impact.