finance-dashboard

A dashboard to track performance of your finances over time.

MIT License

Stars
3

stocks-dashboard

A dashboard to track performance of your stocks over time.

Plan

  • Use the Ameritrade API to search the ticker for current price:
    https://api.tdameritrade.com/v1/marketdata/quotes?apikey={key}&symbol=TCEHY
  • Redux for state management
  • Run this command again to make sure it worked: npx react-codemod rename-unsafe-lifecycles
  • Implement a .env.dev for production, like here
    and here
  • Need to kill Mongo connections after a certain amount of time somehow, and have a
    procedure to re-establish connectivity should the need arise while a tab is still open.

Development

Install

  • yarn
  • yarn dev