A mobile application built with React Native + Expo to help users track their income and calculate tithes.
- Track total income
- Automatically calculate 10% tithe
- Save income records with dates
- Mark tithes as pending or done
- Simple and intuitive UI
- Node.js (LTS version)
- Expo Go app on your mobile device
- Clone the repository
- Navigate to the project directory:
cd tithe-app - Install dependencies:
npm install
-
Start the development server:
npx expo start -
Scan the QR code with the Expo Go app on your Android device, or use the camera app on iOS.
To build an APK for Android:
npx expo build:android
tithe-app/
├── screens/
│ ├── Dashboard.js
│ ├── AddIncome.js
│ ├── Reminder.js
│ └── Status.js
├── components/
│ ├── IncomeCard.js
│ └── TitheCard.js
├── App.js
├── app.json
└── package.json
- React Native
- Expo
- React Navigation
- Async Storage