What will you build?
We are going to build the WorldExplorer application together.
Our application will make calls to a RESTful API to retrieve information about the world population. We'll then generate interactive charts to visualize the data.
To generate/render the charts, we will use the Chart.js (https://www.chartjs.org) library.
To make the API calls to the web service, we will use the Fetch API, yet another standard API available in modern runtime environments. Also, we will discover what hides behind the async and await keywords.
Since we have learned about modules in this chapter, we will leverage them to improve the structure of our application.
Finally, to further increase the readability and navigability of the code, we will organize ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access