CoinTrack is a landing page made to show current information on different blockchain curriences.
The page shows 99 coins, decreasing by market cap. You can search for a coin within in the list and watch it filiter in real time.
This project was made so I could get more experience with third party API calls and using the useEffect hook.
Is uses React for it's framework and React Hooks to manage state and effects. Axios is used for making the GET request to the API, which is found at CoinGecko. It also uses Bootstrap, mainly for taking care of the responsinve design element of the page.