PortfolioHub is a IOS/Android Stock Portfolio/Dividend Tracker mobile app. The app is designed to assist users in visualizing their stock portfolio and the dividend income associated with their portfolio, which will be updated in real-time using various stock market APIs.
-
Move to PortfolioHub app folder.
cd PortfolioHub
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
TBD
Please make sure to update tests as appropriate.