Welcome to BankBoosta β your smart, user-friendly personal finance assistant, designed with real users and real challenges in mind.
In an era of fast digital transactions, contactless payments, online shopping, and automatic subscriptions, many people β especially students and young professionals β find it increasingly difficult to keep track of their money. The lack of visibility into where money goes leads to overspending, anxiety, and difficulty reaching savings goals. Traditional budgeting methods (spreadsheets, pen-and-paper, or complex software) are often too inconvenient or intimidating for everyday use.
BankBoosta addresses these modern financial challenges by offering an intuitive mobile budgeting app tailored for day-to-day usability. It's not just another finance app; itβs a tool that actively promotes healthy financial behavior by making budgeting approachable, visual, and goal-oriented.
-
Simplicity BankBoosta is designed to be easy enough for anyone to use without training or financial knowledge. It features a clean interface, quick inputs, and immediate feedback on spending.
-
Transparency By categorizing every transaction and showing summaries, the app removes the guesswork β users see where every cent goes.
-
Empowerment through Awareness With visual tools like charts and summaries, users gain a clear understanding of their financial habits. Knowledge is power, and BankBoosta puts that power into their hands.
-
β Track Daily Expenses Effortlessly Just a few taps allow users to log expenses on-the-go. Add notes, categorize transactions (e.g., Food, Transport, Entertainment), and even attach receipts with images.
-
π° Set and Achieve Financial Goals Whether you're saving for a new phone, a trip, or just building an emergency buffer β BankBoosta lets users define savings goals, allocate funds, and track progress visually.
-
π Real-time Insights and Visual Analytics The app displays clear charts showing spending over time, by category, or compared to budget targets.
-
π Smart Alerts and Budget Reminders Friendly nudges notify users when nearing limits or forgetting to log expenses.
-
ποΈ Monthly Budgets & Rollovers Set flexible category budgets and carry unused budget into the next month to support continuity.
BankBoosta is designed with inclusivity in mind. Whether you're:
- A student budgeting for food, data, and transport
- A young adult managing rent, savings, and debt
- A family organizing household expenses
- A freelancer or small business owner tracking basic operations
...BankBoosta adapts to fit your needs.
Unlike many finance apps that require bank integration or subscriptions, BankBoosta is self-contained, private, and offline-friendly. Itβs lightweight, beginner-friendly, and respects user data.
And itβs built by students, for students β so every feature is relevant and relatable.
BankBoosta promotes financial literacy in a digital, gamified format. Future updates may include:
- π Educational quizzes and financial tips
- π Debt tracking and payoff plans
- π Investment simulation tools
- π€ Community saving features (group pots)
BankBoosta transforms budgeting from a boring chore into a motivating habit. Itβs not just an app β itβs your financial partner for peace of mind, one transaction at a time.
Great design isnβt just about how things look β itβs about how they work.
BankBoosta is built for both clarity and performance, combining clean UX with a powerful backend.
- π― Material Design β Intuitive layout with familiar Android design principles
- πΉ Visual Feedback β Uses graphs, animated goals, and dynamic chips
- π Accessibility β Screen reader support, color contrast, large touch targets
- π± Responsive Layout β Works across all screen sizes and resolutions
-
π₯ Firebase Firestore The app now uses Cloud Firestore, offering scalable, real-time data storage:
- Offline-first design for low-data users
- Live syncing across devices
- Firestore rules for secure, per-user data access
-
π οΈ Kotlin + MVVM Codebase structured around MVVM for maintainability and separation of concerns:
- Models for transaction data, users, and goals
- Repositories for Firestore access and abstraction
- ViewModels for lifecycle-safe UI logic
-
π οΈ Modular & Scalable Features are encapsulated into modules: transactions, goals, dashboard, etc.
-
π Secure Auth & Rules FirebaseAuth ensures isolated data per user. HTTPS + Firestore rules secure reads/writes.
-
π CI/CD with GitHub Actions Automated tests and builds ensure quality with each push.
- Runs tests and builds via Gradle on every code push
- Prevents regressions and bad merges
- Helps maintain a clean, stable codebase
- Set a name, amount, and deadline
- Track saving frequency and progress visually
- Receive alerts when expenses threaten progress
- Future: AI suggestions and shared group savings
- View expenses by tag (e.g., Transport, Emergency, Groceries)
- Pie/bar graphs show category spending visually
- Detect trends and overspending patterns across time
- π§Ύ Accounts Management β Support for multiple accounts (e.g., Wallet, Bank, Savings) with isolated transaction history and totals.
- π Graphs Everywhere β Most views include real-time graphs and visual breakdowns to improve user understanding and engagement.
- π Biometric Authentication β Optional fingerprint login for faster, secure access.
- π€ Profile Page β Centralized view for account settings, budget goals, and user information.
- πΈ Transaction Attachments β Ability to attach receipt or photo proof to each transaction.
- π Dynamic Filtering β Filter transactions by account, category, date, or type.
- Seed Data - Click a button to recieve testing data without manually entering any information
- Clone the repo
- Open in Android Studio Iguana or newer
- Make sure to sync Gradle
- Run on an emulator or physical device
- β Min/max budgets per category added
- β Transaction filtering by date range
- β Totals per category shown in graphs
- β Bug fixed: Transactions tab now loads properly
- β All fake data removed; live Firestore now used throughout
This project wouldn't be possible without our brilliant team:
- ST10257002
- ST10293362
- ST10326084
- ST10187287
This section includes all the external resources, libraries, tools, and platforms used in the development of the BankBoosta β prog3c-budgetapp Android application, formatted in Harvard style. Please NOTE: There is a full reference document included, which contains all in-text references.
-
ST10257002, ST10293362, ST10326084, and ST10187287 (2025) BankBoosta β prog3c-budgetapp. GitHub. Available at: https://github.com/ST10257002/prog3c-budgetapp (Accessed: 14 May 2025).
-
JetBrains (n.d.) Kotlin programming language. Available at: https://kotlinlang.org/ (Accessed: 5 April 2025).
β Kotlin is the primary programming language used for building Android apps in this project. -
Android Developers (2025) Android Studio and SDK tools. Google. Available at: https://developer.android.com/studio (Accessed: 13 May 2025).
β The app is built using Android Studio with Gradle and the Android SDK. -
Gradle Inc. (n.d.) Gradle Build Tool. Available at: https://gradle.org/ (Accessed: 9 June 2025).
β Used for build automation and dependency management (build.gradle.kts, settings.gradle.kts). -
Google (n.d.) Firebase Crashlytics. Firebase. Available at: https://firebase.google.com/products/crashlytics (Accessed: 1 June 2025).
β Integrated for real-time crash reporting and debugging (com.google.firebase.crashlytics plugin). -
Google (n.d.) Firebase Performance Monitoring. Firebase. Available at: https://firebase.google.com/products/performance (Accessed: 2 June 2025).
β Monitors app performance using the com.google.firebase.firebase-perf plugin. -
Google (n.d.) Firebase for Android. Firebase. Available at: https://firebase.google.com/docs/android/setup (Accessed: 2 June 2025).
β Indicates overall Firebase integration via google-services.json and related plugins. -
GitHub (n.d.) JitPack Repository. Available at: https://jitpack.io/ (Accessed: 7 June 2025).
β Declared in settings.gradle.kts for third-party library integration. -
IntelliJ IDEA (n.d.) AndroidProjectSystem. JetBrains. Available at: https://www.jetbrains.com/idea/ (Accessed: 6 June 2025).
β The project structure shows use of IntelliJ-based IDE features through .idea config files.