Skip to content

andyhuntdev/top-crypto-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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