This is a simple project that demonstrates the power of being able to connect your app to live data. This is the first of my projects to incorporate JavaScript's Async-Await functionality. While the application itself is a small one, it came with a mountain of learning. To be able to adequately use these JavaScript features, it required a step up in my understanding of what is occuring "under the hood" when I run JavaScript code. Some major takaways from this project were:
I wanted to create a simple display that would pull some updated data and display it in a succinct way. I had recently learned how Async Await worked and wanted to give it a try in a small project. At the same time, I had written a few small projects in React and thought it would be a good opportunity to combine the two.
This application does exactly what I set out accomplish. I was able to successfully demonstrate the use of an API call in React using the useState and useEffect hooks.
January 10, 2023