An open API service indexing awesome lists of open source software.

https://github.com/soham2002/blood-bank-management-system


https://github.com/soham2002/blood-bank-management-system

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Blood Bank Management System

Simple Blood Bank Management System is a C++ based project that focuses on storing and managing blood donors' information. This project provides essential features such as adding donor information, listing donors, and searching for donors based on different criteria.

## Features

### 1. Add Donors Information
Users can easily add donors' information by providing details such as name, roll ID, department, blood group, donated blood, last date of donation, phone number, and email ID.

### 2. List Donors
After adding donors' information, users can view a comprehensive list of all the donors, displaying all the provided details.

### 3. Search Donors
A search function is available to quickly retrieve donor records. Users can search for donors by name, blood group, or department. The system displays the donor's record based on the entered search criteria.

## Technologies Used

The Simple Blood Bank Management System is developed using C++ programming language, utilizing classes and file handling features. The system does not use external files to store data permanently.

## Usage

This project is intended for educational purposes only. It provides a simple system for managing donors' information in a blood bank.

## How to Run

1. Clone the repository to your local machine.
2. Compile and run the C++ source code using an appropriate compiler.

```bash
g++ blood_bank_management_system.cpp -o blood_bank_management_system
./blood_bank_management_system
```

## Contribution

Contributions are welcome! If you find any issues or want to enhance the project, feel free to submit a pull request.

## License

This project is open-source and available under the [MIT License](LICENSE). Feel free to use and modify it for educational purposes.

## Disclaimer

This project is designed for educational purposes only and should not be used in a production environment.