Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.04 KB

File metadata and controls

48 lines (28 loc) · 1.04 KB

Stock Mocket

Group Members:

  • Dewan Sunnah
  • Dibba Roy
  • Jordan Sze
  • Shu Qiang Wu
  • Ivan Yatsko

Steps to run locally

  1. Clone Repository
  2. CD into stockmocket
  3. Run $ npm install
  4. Run $ npm start

If you run into any issues installing dependencies run the following commands

  1. Run $ npm install react-plotly.js plotly.js
  2. Run $ npm i react-chartjs-2@3.3.0
  3. Run $ npm install react-hooks-global-state
  4. Run $ npm start

Check out our deployed website:

WEBSITE

There is a known issue where the intial route isn't correct, but it does not affect the site functionality. The fix is to simply click on the logo which will bring you to the intended landing page.

Other issues that might occur:

  • If the stock information doesn't appear, the API limit for iex has run out
  • If the stock graph doesn't appear, the API limit for alphavantage has run out
  • Otherwise the issue might have occured with Back4App