ertekinbatuhan / BudgetBuddy

MIT License
22 stars 0 forks source link
ButceDostu Icon

Budget Buddy

Budget Buddy is a comprehensive finance tracking app designed to manage and visualize your expenses, income, and cryptocurrencies. Track various categories such as investments, salaries, shopping, and debt payments, and monitor your cryptocurrency holdings. Plus, leverage advanced AI features to gain insights and recommendations on your financial habits.

Features

Screenshots

Apple iPhone 11 Pro Max Presentation (1)

Technologies Used

Architecture Used

The Budget Buddy app is built using the MVVM (Model-View-ViewModel) architectural pattern. This architecture helps to separate the business logic and data handling from the user interface, making the app more modular, testable, and maintainable.

Screenshot 2024-08-09 at 12 31 02

Installation

  1. Clone this repository:
git clone https://github.com/ertekinbatuhan/BudgetBuddy.git
  1. Navigate to the project directory:
cd BudgetBuddy
  1. Open the project with Xcode:

    open FinanceTracker.xcodeproj
  2. Add required dependencies using Swift Package Manager:

    • In Xcode, go to File > Add Packages and add any required packages.
  3. Run the application:

    • Select your target device or simulator.
    • Click the Run button (or use the shortcut Cmd + R) to build and run the application.