Hospital System (Basic Prototype)
This project is a simple hospital management prototype designed to demonstrate the basic workflow of managing patients, doctors, and appointments in a healthcare environment.
The system allows users to add patients, register doctors, and book appointments between them through a clean and simple interface. It focuses on demonstrating application structure, user input handling, and system workflow.
This project was developed as a lightweight prototype without database integration, where the main goal was to practice building interactive interfaces and managing application logic.
Key Features
Add new patients with basic information (Name, Age, Disease)
Register doctors with their specialty
Book appointments between patients and doctors
Dropdown selection for patient and doctor booking
Simple and organized user interface
Technologies Used
Flutter
Basic state management
UI and form handling