SmartMoney is a budgeting app built using Expo and React Native. SmartMoney is a mobile application designed to help users manage their finances, set budgets, track spending, and reach financial goals. The app provides features such as budgeting, expense tracking, goal setting, and financial reporting. It also integrates with the Plaid API for secure financial data retrieval.
Dependencies shown here to build and compile our project.
git clone https://github.com/WSU-4110/SmartMoney.git
cd SmartMoney
npm install
npx expo start
npm install react-native-progress
npx expo install expo-notifications @react-native-async-storage/async-storage
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