A dashboard to track performance of your stocks over time.
- 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.
yarn
yarn dev