Skip to content

Latest commit

 

History

History
405 lines (292 loc) · 15.2 KB

README.md

File metadata and controls

405 lines (292 loc) · 15.2 KB

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.