Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajmeese7/finance-dashboard

A dashboard to track performance of your finances over time.
https://github.com/ajmeese7/finance-dashboard

dashboard finances flask nextjs stocks

Last synced: 26 days ago
JSON representation

A dashboard to track performance of your finances over time.

Awesome Lists containing this project

README

        

# 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
- [Cookies?](https://medium.com/@bhavikbamania/a-beginner-guide-for-redux-with-next-js-4d018e1342b2)
- Run this command again to make sure it worked: `npx react-codemod rename-unsafe-lifecycles`
- Implement a `.env.dev` for production, like [here](https://nextjs.org/docs/basic-features/environment-variables)
and [here](https://blog.logrocket.com/using-authentication-in-next-js/)
- 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`