Skip to content

WSU-4110/SmartMoney

Repository files navigation

SmartMoney

SmartMoney is a budgeting app built using Expo and React Native. It helps users track their income and expenses, offering clear visualizations and insights to manage their finances better.

Installation

Clone Repo

git clone https://github.com/WSU-4110/SmartMoney.git
cd SmartMoney

Install Dependencies

npm install

Run app

npx expo start

Compile (need to set up xcode or android studio for local compilation or use expo go)

see expo docs https://docs.expo.dev/develop/tools/

see react docs for local setup https://reactnative.dev/docs/set-up-your-environment?platform=ios

npx expo run:ios
npx expo run:android