vitqst / stock_monitor_study

just for monitor hard code some stock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

Create a dashboard, where can quick look profit, lost, realtime data from tradingview

Get Start

RUN

npm install # install packet

npm run dev # run server to develop, it not realtime at the moment 

npm run pwa # create cache for pwa app

Target

  • develop fall back for web socket & refresh button
  • call api from somewhere to get wallet status
  • develop lazy load for blocks, which are don't see at the view port

Function List

  • use gridstack for drag, resize of container
  • use Vuejs for react data, caculate profit & lost base on status of wallet & realtime tracking price
  • use web socket for reduce data & increase performance
  • optimize for mobile UX ( space for touch, UI, pwa )

About

just for monitor hard code some stock


Languages

Language:JavaScript 99.0%Language:CSS 0.6%Language:HTML 0.4%