Progress Update 2

2/16 10:11PM

Async Call

Task Completed: Figured out how to "make" (more like fake) an asynchronous call in a functional component: using useEffect() and fetch().

Tutorial