This is a simple healthcare support web app, designed for NGOs or healthcare volunteers. It features a patient support/contact form and a small AI-based FAQ chatbot that instantly answers common queries.
- Patient Support / Contact Form (basic details, query, submit)
- AI FAQ Chatbot (auto-response for common health/NGO questions)
- Clean, mobile-friendly UI
- Data summary/auto-response after form submit
Mini Healthcare Support is a modern web application designed to streamline healthcare support for NGOs, volunteers, hospitals, and patients. The platform provides:
- Patient registration and support forms
- Doctor and hospital dashboards
- AI-powered FAQ chatbot for instant query resolution
- Emergency assessment and e-consultation modules
- Hospital finder and appointment booking
The app is built for scalability, mobile-friendliness, and ease of use, making it ideal for real-world healthcare support scenarios.
- Patient Support / Contact Form (basic details, query, submit)
- AI FAQ Chatbot (auto-response for common health/NGO questions)
- Doctor & Hospital Dashboards (view/manage patients, appointments)
- Emergency Assessment & E-Doctor Consultation
- Hospital Finder & Appointment Booking
- Clean, mobile-friendly UI
- Data summary/auto-response after form submit
Healthcare Support Web App is a modern web application designed to streamline healthcare support for NGOs, volunteers, hospitals, and patients. The platform provides:
- Patient registration and support forms
- Doctor and hospital dashboards
- AI-powered FAQ chatbot for instant query resolution
- Emergency assessment and e-consultation modules
- Hospital finder and appointment booking
The app is built for scalability, mobile-friendliness, and ease of use, making it ideal for real-world healthcare support scenarios.
- Patient Support / Contact Form (basic details, query, submit)
- AI FAQ Chatbot (auto-response for common health/NGO questions)
- Doctor & Hospital Dashboards (view/manage patients, appointments)
- Emergency Assessment & E-Doctor Consultation
- Hospital Finder & Appointment Booking
- Clean, mobile-friendly UI
- Data summary/auto-response after form submit
- Frontend: React, Vite, Tailwind CSS
- Routing: React Router
- AI/Automation: Rule-based FAQ chatbot (React state logic)
- Deployment: Vercel / Netlify
Health_care/
├── public/
├── src/
│ ├── App.jsx
│ ├── main.jsx
│ ├── index.css
│ ├── assets/
│ ├── components/
│ │ ├── Navbar.jsx
│ │ ├── PatientCard.jsx
│ │ ├── RiskScoreChart.jsx
│ │ ├── StatsCard.jsx
│ ├── pages/
│ │ ├── AIChatbot.jsx
│ │ ├── BookAppointment.jsx
│ │ ├── DoctorDashboard.jsx
│ │ ├── DoctorLogin.jsx
│ │ ├── DoctorSelection.jsx
│ │ ├── EDoctorConsultation.jsx
│ │ ├── EmergencyAssessment.jsx
│ │ ├── HomePage.jsx
│ │ ├── HospitalDashboard.jsx
│ │ ├── HospitalFinder.jsx
│ │ ├── HospitalLogin.jsx
│ │ ├── MRIAnalysis.jsx
│ │ ├── PatientDashboard.jsx
│ │ ├── PatientDetails.jsx
│ │ ├── SymptomChecker.jsx
│ │ ├── SymptomResults.jsx
│ ├── context/
│ ├── data/
│ ├── hooks/
│ ├── pre-registration/
│ ├── services/
│ ├── types/
│ ├── utils/
│ │ ├── constants.js
│ │ ├── helpers.js
├── package.json
├── tailwind.config.js
├── postcss.config.js
├── vite.config.js
├── README.md
- Frontend (Vercel): https://health-care-eosin-chi.vercel.app/
- GitHub Repo: https://github.com/Avinash-sdbegin/Health_Care
git clone <repo-url>
cd Health_care
npm install
npm run dev
# Open http://localhost:5173The app includes a rule-based FAQ chatbot that instantly answers common queries from patients/volunteers (e.g., "NGO contact?", "Is a doctor available?", "What is the emergency number?", etc.). This chatbot is built using React state and simple logic—no external AI API is used.
After form submission, the user also receives an auto-response or summary.
- Volunteers or patients can submit their queries or help requests via the form
- The chatbot provides instant basic information or guidance
- NGOs can automate/scale their support process, reducing human load for basic queries
- Doctors can view patient details and risk scores on their dashboard
- Hospitals can manage appointments and patient records
- Both can use the AI chatbot to quickly answer common questions from patients or volunteers