Crypto Cafe is a React Web App powered by COINGECKO cryptocurrency API. Visitors can browse through the top 50 Crypto Currencies. Visitors can see details of a coin by clicking on the coin card.
Starter Template: https://github.com/shakilahmedatik/crypto-cafe-starter
Homepage
Coins Page
Single Coin Details Page
Contact Page
About Page
404 Not Found Page
React </ Documentation>
Tailwind CSS </ 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=50&page=1&sparkline=false
Get details of a coin by ID api: https://api.coingecko.com/api/v3/coins/${id}
Demo Site: https://crypto-cafe.netlify.app
Requirement Doc: https://docs.google.com/document/d/1lqqNGPWOwLkiHWxXZiUeQcckQ-H0U-Lv4p_dtvFkqz0/edit?usp=sharing