https://github.com/codehard8/expense-splitting-application
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.
https://github.com/codehard8/expense-splitting-application
c-plus-plus cli-application cpp financial-management object-oriented-programming programming projects
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/codehard8/expense-splitting-application
- Owner: codehard8
- Created: 2025-02-25T05:43:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T06:01:21.000Z (7 months ago)
- Last Synced: 2025-03-11T11:52:37.400Z (7 months ago)
- Topics: c-plus-plus, cli-application, cpp, financial-management, object-oriented-programming, programming, projects
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
```sh
git clone https://github.com/codehard8/expense-splitting-application.git
```
2. **Navigate to the project directory:**
```sh
cd expense-splitting-application
```
3. **Compile the application:**
```sh
g++ -o expense-splitter main.cpp
```
4. **Run the application:**
```sh
./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](LICENSE) file for more details.## 📧 Contact
For any questions, suggestions, or issues, feel free to:
- Open an **issue** in this repository
- Contact us at **[sobajour13@gmail.com]**---
Thank you for using the **Expense Splitting Application**! 🚀