Back to Projects
SpendWise: Expense & Income Management App
Expense and income management app with category-based bar chart analytics and a shared component architecture.
Overview
A robust mobile application designed to help users understand their financial habits through data visualization and intuitive tracking.
Problem
Most expense tracking apps present a raw list of transactions which makes it hard to see where money actually goes. They also often suffer from data integrity issues, such as deleting a wallet without deleting its associated transactions.
Solution
SpendWise solves these issues by providing category-based bar chart analytics and strict relational data rules.
Features & Architecture
- Analytics: Built category-based bar chart analytics so users see exactly where money is spent.
- Data Integrity: Removing a wallet deletes all linked transactions automatically, fixing a common data integrity problem in expense apps.
- Cross-Platform Parity: Shared component architecture keeps iOS and Android behavior identical without platform-specific patches scattered through the codebase.