Published on

Disaster and Emergency Aid Management

Introduction

In the wake of a disaster, efficient aid distribution is critical. Recognizing this need, I embarked on a journey to create a solution that could make a real difference. The result is the "Disaster and Emergency Aid Management" system, a C++ application designed to streamline the process of managing and distributing aid in times of crisis.

Source Code

You can find the source code for the project on my GitHub profile: Disaster and Emergency Aid Management

How It Works

The application operates on a straightforward, user-friendly interface. Upon launching, users can perform various tasks:

  • List Items: View a detailed inventory of available and needed items.
  • Add Item: Introduce new items into the inventory.
  • Remove Item: Delete items that are no longer required.
  • Update Quantity: Adjust the quantities of existing items.
  • Sort: Organize the list for easier navigation.
  • Ship Items: Prepare and finalize the shipment of items.
  • New/Open Aid Database: Manage the data files associated with the aid items.

Each interaction is designed to be intuitive, ensuring that even in high-pressure situations, managing aid resources is as seamless as possible.