/crypto-table

Crypto currency table with sticky header and draggable rows/columns

Primary LanguageJavaScriptMIT LicenseMIT

crypto-table

Crypto currency table with sticky header and draggable rows/columns.

Demo:

Sticky header:

About

This is just a reference project that combines many different technologies.

Server:

Client:

Data sources: Binance API, Cryptocompare API. Coinmarketcap - to create list of the currencies.

Usage

For CryptoCompare API to work there should be API key in the .env file: CC_API_KEY = 'api key'

  • yarn install
  • yarn run createDbFiles
  • yarn start