Skip to content

This repository contains the complete code for an Expense Splitting Application built using Object-Oriented Programming (OOP) concepts in c++. The application allows users to efficiently manage and track expenses, whether individually or in a group setting.

Notifications You must be signed in to change notification settings

codehard8/expense-splitting-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Expense Splitting Application

πŸ“Œ Overview

The Expense Splitting Application is a C++-based tool designed to help users split expenses among a group of people. This application simplifies the process of tracking and dividing shared expenses, ensuring fair and accurate cost distribution.

✨ Features

  • βž• Add and manage expenses
  • πŸ‘₯ Split expenses among multiple users
  • πŸ“Š Generate detailed expense reports
  • πŸ–₯️ User-friendly interface

πŸ› οΈ Installation

To install and run the Expense Splitting Application, follow these steps:

  1. Clone the repository:
    git clone https://github.com/codehard8/expense-splitting-application.git
  2. Navigate to the project directory:
    cd expense-splitting-application
  3. Compile the application:
    g++ -o expense-splitter main.cpp
  4. Run the application:
    ./expense-splitter

πŸš€ Usage

Once the application is up and running, you can start adding expenses and splitting them among users. Follow the on-screen instructions to:

  • Add expenses
  • View detailed reports
  • Manage expense records

🀝 Contributing

We welcome contributions to improve the Expense Splitting Application. If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes and push the branch to your fork.
  4. Create a pull request describing your changes.

πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for more details.

πŸ“§ Contact

For any questions, suggestions, or issues, feel free to:


Thank you for using the Expense Splitting Application! πŸš€

About

This repository contains the complete code for an Expense Splitting Application built using Object-Oriented Programming (OOP) concepts in c++. The application allows users to efficiently manage and track expenses, whether individually or in a group setting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages