shakilahmedatik / crypto-cafe-starter

Starter template for Crypto Cafe Project. Crypto Cafe is a React Web App powered by COINGECKO cryptocurrency API.

Home Page:https://crypto-cafe.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Cafe Project Requirements

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.

Total Pages: 06

  1. Homepage

  2. Coins Page

  3. Single Coin Details Page

  4. Contact Page

  5. About Page

  6. 404 Not Found Page

Tech Stack:

  1. React </ Documentation>

  2. Tailwind CSS </ Documentation>

  3. React Router Dom </ Documentation>

Resources:

  1. 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

  2. Get details of a coin by ID api: https://api.coingecko.com/api/v3/coins/${id}

  3. Demo Site: https://crypto-cafe.netlify.app# crypto-cafe-starter

  4. Requirement Doc: https://docs.google.com/document/d/1lqqNGPWOwLkiHWxXZiUeQcckQ-H0U-Lv4p_dtvFkqz0/edit?usp=sharing

About

Starter template for Crypto Cafe Project. Crypto Cafe is a React Web App powered by COINGECKO cryptocurrency API.

https://crypto-cafe.netlify.app/


Languages

Language:JavaScript 95.3%Language:HTML 4.1%Language:CSS 0.6%