Skip to content

ThetMaung2002/simple_budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Budget - Flutter Application

Simple Budget is a user-friendly budget management application built using Flutter. It helps users track their income, expenses, and savings to better manage their finances. The app provides a simple and intuitive interface for managing personal budgets, viewing spending categories, and generating financial reports.

Features

  • Simple Expense Management: Easily add and delete daily expenses to keep track of your spending.
  • Daily Graphical Insights: Monitor your weekly expenses with informative but simple graphs.

Screenshots

Home Screen

Add Transaction Dialog

Add Transaction Dialog

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/simple_budget.git
  2. Navigate to the project directory

    cd simple_budget
  3. Install dependencies

    flutter pub get

Running the App

  1. Run on an emulator or a connected device

    flutter run
  2. Build APK for Android

    flutter build apk
  3. Build for iOS

    flutter build ios

    Note: Building for iOS requires a macOS system with Xcode installed.

Contributing

We welcome contributions to Simple Budget. To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Flutter - The framework used for building this application.
  • Dart - The programming language used.
  • All open-source libraries and tools that made this project possible.

Contact

If you have any questions or feedback, feel free to reach out at your-email@example.com.


Made with ❤️ by Your Name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors