A full-stack web application for managing a personal book library, built with React (TypeScript) frontend and PHP backend with MySQL database. I Chose to use Vite due to its lightweight nature, MUI ...
blood-organ-donation/ ├── backend-php/ │ ├── db.php │ └── api/ │ ├── register.php │ ├── login.php │ ├── donor_register.php │ ├── request_register.php │ ├── donors.php │ ├── manage ...