Skip to content

BudgetBuddy is an easy-to-use app for tracking and managing personal finances. It helps you monitor expenses, stay within budget, and get insights into your spending habits.

Notifications You must be signed in to change notification settings

adiyadav123/budget_buddy_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

51 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BUDGET_BUDDY_-logo

BUDGET_BUDDY_

license last-commit repo-top-language repo-language-count

Built with the tools and technologies:

Firebase YAML Kotlin Org Google
Android Gradle Dart JetBrains


πŸ”— Table of Contents

πŸ“ Overview

❯ REPLACE-ME


πŸ‘Ύ Features

❯ REPLACE-ME


πŸ“‚ Repository Structure

└── budget_buddy_/
    β”œβ”€β”€ analysis_options.yaml
    β”œβ”€β”€ android
    β”‚   β”œβ”€β”€ .gitignore
    β”‚   β”œβ”€β”€ app
    β”‚   β”œβ”€β”€ build.gradle
    β”‚   β”œβ”€β”€ gradle
    β”‚   β”œβ”€β”€ gradle.properties
    β”‚   └── settings.gradle
    β”œβ”€β”€ assets
    β”‚   β”œβ”€β”€ font
    β”‚   └── img
    β”œβ”€β”€ lib
    β”‚   β”œβ”€β”€ common
    β”‚   β”œβ”€β”€ common_widget
    β”‚   β”œβ”€β”€ local_notification.dart
    β”‚   β”œβ”€β”€ main.dart
    β”‚   └── views
    β”œβ”€β”€ pubspec.lock
    β”œβ”€β”€ pubspec.yaml
    └── test
        └── widget_test.dart

🧩 Modules

.
File Summary
pubspec.yaml ❯ REPLACE-ME
analysis_options.yaml ❯ REPLACE-ME
pubspec.lock ❯ REPLACE-ME
android
File Summary
settings.gradle ❯ REPLACE-ME
build.gradle ❯ REPLACE-ME
android.app
File Summary
build.gradle ❯ REPLACE-ME
android.app.src.main.kotlin.com.example.budgetbuddy
File Summary
MainActivity.kt ❯ REPLACE-ME
test
File Summary
widget_test.dart ❯ REPLACE-ME
lib
File Summary
local_notification.dart ❯ REPLACE-ME
main.dart ❯ REPLACE-ME
lib.common_widget
File Summary
subscription_cell.dart ❯ REPLACE-ME
image_button.dart ❯ REPLACE-ME
custom_arc_painter.dart ❯ REPLACE-ME
subscription_home_row.dart ❯ REPLACE-ME
custom_arc_180_painter.dart ❯ REPLACE-ME
segment_button.dart ❯ REPLACE-ME
login_buttons.dart ❯ REPLACE-ME
icon_item_row.dart ❯ REPLACE-ME
status_button.dart ❯ REPLACE-ME
stack_row.dart ❯ REPLACE-ME
secondary_button.dart ❯ REPLACE-ME
budgets_row.dart ❯ REPLACE-ME
item_row.dart ❯ REPLACE-ME
round_textfield.dart ❯ REPLACE-ME
primary_button.dart ❯ REPLACE-ME
upcoming_bill_row.dart ❯ REPLACE-ME
lib.common
File Summary
color_extension.dart ❯ REPLACE-ME
lib.views.calender
File Summary
calender_view.dart ❯ REPLACE-ME
lib.views.key_features
File Summary
key_features.dart ❯ REPLACE-ME
lib.views.home
File Summary
home_view.dart ❯ REPLACE-ME
lib.views.subscription_info
File Summary
subscription_info_view.dart ❯ REPLACE-ME
lib.views.main_tab
File Summary
main_tab_view.dart ❯ REPLACE-ME
lib.views.main_tabview
File Summary
main_tab_view.dart ❯ REPLACE-ME
lib.views.stacks
File Summary
stacks_used_view.dart ❯ REPLACE-ME
lib.views.settings
File Summary
settings_view.dart ❯ REPLACE-ME
lib.views.add_subscription
File Summary
add_subscription_view.dart ❯ REPLACE-ME
lib.views.about
File Summary
about_view.dart ❯ REPLACE-ME
lib.views.login
File Summary
welcome.dart ❯ REPLACE-ME
config.dart ❯ REPLACE-ME
sign_in_view.dart ❯ REPLACE-ME
social_config.dart ❯ REPLACE-ME
email_signin.dart ❯ REPLACE-ME
signin.dart ❯ REPLACE-ME
social_login.dart ❯ REPLACE-ME
sign_up_view.dart ❯ REPLACE-ME
social_signin.dart ❯ REPLACE-ME
lib.views.app_guide
File Summary
app_guide_view.dart ❯ REPLACE-ME
lib.views.spending_budgets
File Summary
spending_budgets_view.dart ❯ REPLACE-ME
lib.views.card
File Summary
cards_view.dart ❯ REPLACE-ME
add_cards_view.dart ❯ REPLACE-ME

πŸš€ Getting Started

πŸ”– Prerequisites

Dart: version x.y.z

πŸ“¦ Installation

Build the project from source:

  1. Clone the budget_buddy_ repository:
❯ git clone https://github.com/adiyadav123/budget_buddy_
  1. Navigate to the project directory:
❯ cd budget_buddy_
  1. Install the required dependencies:
❯ pub get

πŸ€– Usage

To run the project, execute the following command:

❯ dart main.dart

πŸ§ͺ Tests

Execute the test suite using the following command:

❯ dart test

πŸ“Œ Project Roadmap

  • Task 1: Implement feature one.
  • Task 2: Implement feature two.
  • Task 3: Implement feature three.

🀝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/adiyadav123/budget_buddy_
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


πŸŽ— License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


πŸ™Œ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

About

BudgetBuddy is an easy-to-use app for tracking and managing personal finances. It helps you monitor expenses, stay within budget, and get insights into your spending habits.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published