BloodNet is a blood donation network management system designed to bridge the gap between blood donors and recipients. It features a user-facing application and a dedicated admin panel to manage donors, blood types, and requests efficiently.
Blood shortages are a critical issue in healthcare. BloodNet aims to make it easier to organize, track, and connect donors with patients — saving lives through better coordination.
- 🩸 Donor management — Register and manage blood donors and their blood types
- 📋 Blood request tracking — Handle incoming blood requests and match them with donors
- 🖥️ Admin panel — Full control over the system via
BloodNetAdmin - 🌐 Web interface — HTML/CSS frontend for an accessible user experience
- 🔒 Role-based access — Separate interfaces for users and administrators
BloodNet/
├── BloodNet/ # Main application (user-facing)
├── BloodNetAdmin/ # Admin panel for system management
└── BloodNet.sln # Solution file
| Technology | Usage |
|---|---|
| C# | Backend logic and data management |
| HTML/CSS | Frontend user interface |
- .NET SDK
- Visual Studio 2022 or later
- Clone the repository:
git clone https://github.com/NW3N4R/BloodNet.git- Open
BloodNet.slnin Visual Studio - Build the solution (
Ctrl + Shift + B) - Run either
BloodNetorBloodNetAdmindepending on your role
This project has real-world humanitarian value — contributions are very welcome!
- Open an Issue to suggest features or report bugs
- Submit a Pull Request with improvements
- Star ⭐ the repo to show support
Built by @NW3N4R — open to collaborating and connecting!
Open source — add a license to define how others can use and contribute to this project.