Skip to content

bwheel181/stock-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-tracker

This is a simple Node application that uses an external free to use API to track selected stock values in a Mongo DB using React and Express. Quandl is used for the free stock data. The API not perfect I've found and some stock tickers are not available but its good for a free quoter.

alt text

Proprietary Tech

  • StockService
  • QueryMutator

Third Party Tech

  • Babel
  • Webpack
  • ESLint
  • Bootstrap/React-Bootstrap
  • Quandl Free API
  • MERN stack

Major TODOS

  • Move the Quand services to a seperate Go service
  • Convert backend to Typescript
  • Convert frontend to Typescript
  • Refactor react components and make more reusable for other projects
  • Refreshing of stocks over a day old
  • Delete ability
  • Detail view
  • Reports with D3 charting
  • 'Search' functionality to display data page and 'Watch' to add data to Mongo
  • Filter functionality
  • Session management/User authentication
  • Allow user to customize what stock information fields are available

Minor TODOS

  • Clean up and polish code
  • Fix minor bugs
  • Linter run-through
  • Improve stock service
  • Move StockFinder to StockList
  • Make table scrollable after 10 stocks have been added
  • Add sorting to the stock fields
  • Mark close with 'green' if above open and 'red' if below open
  • Change volume number to 'comma'd' number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published