Skip to content

Repository files navigation

Bluefin Charts

Features

  • Realtime sub-second crypto price data
  • Price history charts
    • Updated live
  • Holdings sorted by total value
  • Full crypto list sorted by volume 30d
  • Total combined asset value displayed at top
  • Buy/sell buttons for fast trading
  • 0 race conditions
  • All values including computed values guaranteed consistent and fresh
  • Zero overfetching
  • Animated live price on asset detail page

Deviations from instructions

  • No forms, because they would only make an awkward and slow user experience

Usage

git clone https://github.com/ntucker/bluefin.git
corepack enable
yarn install

With Visual Studio Code, simply press F5 to start the development server and browser.

Run dev:

yarn start

Build prod:

Ctrl+shift+B in Visual Studio Code

yarn build

Run prod: (after build)

yarn start:server

Analyze production bundle sizes:

yarn build:analyze

Run with React Profiler:

yarn build:profile

Check Packages for duplicates or circular dependencies:

yarn pkgcheck

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages