Guz-Ali / clone-stocks

robinhood clone using ReactJS, front-end component for a project I'm working on.
0 stars 0 forks source link

Get Data - Finnhub.io api #6

Open Guz-Ali opened 1 year ago

Guz-Ali commented 1 year ago

Connect to finnhub.io and get stock data

Guz-Ali commented 1 year ago

Encountered problem: finnhub type is not defined, solution: https://stackoverflow.com/questions/70640271/getting-the-error-module-not-found-error-cant-resolve-querystring-how-do

Guz-Ali commented 1 year ago

Encountered problem: @mui emotion dependency solution: https://stackoverflow.com/questions/69269863/module-not-found-cant-resolve-emotion-react-in-e-frontend-node-modules-m

Guz-Ali commented 1 year ago

Encountered problem: couldn't implement async-await and Promise properly. solution: asked ChatGPT, and used the provided code.