Problem Statement: We have an application that allows us to analyze different blockchain projects and their relevant stats. The main component of this application is a that lists out the the top 100 projects by market capitalization in the crypto markets. Each row in this table contains an Inspect button that conditionally renders a component in an effort to allow us to further examine the ongoings of the project. We use the useEffect hook to make a GET request to the pe...