Skip to content

aarush-glitch/BudgetMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BudgetMaster

BudgetMaster is a C++ application designed to help users manage their finances effectively. It provides a user-friendly interface for tracking income, expenses, and offers financial advice based on the user's financial status.

Features

  • User Authentication: Secure login system to protect user data.
  • Income Tracking: Allows users to input and track their active and passive income sources.
  • Expense Tracking: Enables users to record various expenses including accommodation, food, transport, and miscellaneous expenses.
  • Financial Analysis: Provides a detailed financial report including income, expenses, profit/loss, and recommendations for expense management.
  • Personal Details Management: Allows users to view and edit their personal details such as name, address, mobile number, and email ID.
  • Financial Advice: Offers personalized financial advice based on the user's financial status and spending patterns.

Usage

  1. Clone the Repository:

    git clone https://github.com/aarush-glitch/BudgetMaster.git
    
  2. Compile and Run:

    cd BudgetMaster
    g++ main.cpp -o BudgetMaster
    ./BudgetMaster
    
  3. Follow On-screen Instructions: The application provides a menu-based interface for easy navigation. Simply follow the on-screen instructions to perform various tasks such as signing up, logging in, tracking income/expenses, and accessing financial advice.

Contributing

Contributions are welcome! If you'd like to contribute to BudgetMaster, please follow these steps:

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

License

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

Acknowledgements

  • This project was inspired by the need for a simple yet effective budget tracking tool.
  • Special thanks to my teammates who put great effort in completing this project in the time limit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages