Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (37 loc) · 1.19 KB

Top Crypto Dashboard

app-preview-1 app-preview-2

Introduction

A web app for monitoring the top 100 cryptocurrencies using Coingecko api service. View coins capitalization, supply, general market info and global market cap data. Select a currency and visualize its price action filtering by the available timeframes.

Features

  • Coin general info, capitalization and supply
  • Global market data and total dominance
  • Historical market price action chart
  • Light and dark theme

Getting started

Prerequisites

  • npm
  • nodejs

Installation

  1. Clone repo
git clone https://github.com/andyhuntdev/top-crypto-dashboard.git
  1. Go in folder
cd top-crypto-dashboard
  1. Install packages
npm i
  1. Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
npm run start

License

MIT