Skip to content

kmi2170/crypto-tracker

Repository files navigation

Crypto Tracker

An app to track cryptocurrency prices, powerd by (CoinGecko API,

Features

  • Prices of cryputocurrencies ranked by market cap are listed in a table with pagination function.
  • Histrical Charts of the price of each currency (24 hours, 30 days, 3 months, 1 year)
  • Prices are in USD, Euro and JPY (Japanese Yen)

Technicals

This Project

It is built with Next.js, TypeScript and Material-UI.

API End Points

(Thre is a free plan for personal use.)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.