- An app to help landlords keep track of tenants' monthly rent and records.
- Login/SignUp
- Add tenants and their details such as monthly payments.
- Make payments.
- Identify how much has been paid in advance and how much is left by each and all tenants
- Renew payments for each month.
This project is a challenge to use AWS Amplify while helping a friend manage their tenants.
I learned how AWS Amplify works and compared it to Firebase services.
I was able to implement simple mathematics logic to ensure whenever payments are made, the balances are updated.
I also faced a lot of challenges, especially in deciding how to renew monthly balances.
- Flutter
- AWS Amplify
- Clone project
git clone https://github.com/maqamylee0/MAnageTenats.git
- Install all dependencies
flutter pub get
- Run the app on a mobile app.
flutter run