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.
git clone https://github.com/WSU-4110/SmartMoney.git
cd SmartMoney
npm install
npx expo start
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