Crypto Arena is a React Web App powered by COINGECKO cryptocurrency API. Visitors can browse through the top 250 Crypto Currencies. Visitors can see details of a coin by clicking on the coin card.
-
React </ Documentation>
-
Tailwind CSS With React </ Documentation>
-
React Router Dom </ Documentation>
Get all coin API: https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=1000&page=1&sparkline=false
Get details of a coin by ID: https://api.coingecko.com/api/v3/coins/${id}