Money Tracker is an iOS application that helps users keep track of their income and expenses.
It provides a simple way to add, edit, and manage financial records, giving users better control over their daily spending habits.
- Add money entries (income)
- Record expenses with details
- Edit or update existing transactions
- Main dashboard for quick balance overview
- Simple and intuitive UI built with UIKit
- Language: Swift
- Framework: UIKit
- Architecture: UIKit with MVC pattern (Model–View–Controller)
- Functional demo version
- Focuses on income/expense management features
- No backend or cloud integration in this version
- Clone the repository:
git clone https://github.com/zeeshan2k2/Money-Tracker.git cd Money-Tracker - Open the project in Xcode. 3.Build and run on a simulator or device.