/stockApp

Primary LanguageJavaScript

Stock App

A react-native app using Express.js. This app displays stock data, when stock is pressed on, it opens more details of the selected stock. Stock data is being fetched from the polygon.io api. the fetched data if looking at the polygon.io docs is the Ticker Details V3 to get the stock data except prices and the Daily Open/Close for the simulated stock prices.

A quick little project that incorporates React Native, Expo, React Query and Axios all with style components.

WIP:

  • stock search
  • better stock details ui
  • Simulate Buy/Sell

Instructions:

Go to the UI dir -> npm I In the UI terminal -> npx expo start

Go to the Api dir -> npm I In the Api Terminal -> node app.js

Using Xcode for IOS simulator

Attached are a few screenshots of the app: Simulator Screenshot - iPhone SE (3rd generation) - 2023-10-19 at 15 54 55 Simulator Screenshot - iPhone SE (3rd generation) - 2023-10-19 at 15 49 34 Simulator Screenshot - iPhone SE (3rd generation) - 2023-10-19 at 15 49 27 Simulator Screenshot - iPhone SE (3rd generation) - 2023-10-19 at 13 46 04