Open
Description
In part b, we finished headlines but left the refresh button event handler for grab.
As an exercise, it would be great to implement the refresh button event handler.
We want the following behavior:
When the refresh button is clicked, the app should momentarily render a loading screen, and then make another get request to top-headlines endpoint and re-populate the list of articles.
Feel free to reach out for queries.