Back to Portfolio
Making Healthcare Accessible

HelloDr

A full-featured virtual healthcare platform connecting patients with certified doctors for online video consultations, appointments, and secure messaging.

Patient Portal
Search doctors, book appointments, manage health history, and join video calls easily.
Doctor Dashboard
Manage availability slots, view patient records, write prescriptions, and conduct consultations.
Video Consultation
Integrated secure video calling system for real-time remote diagnostics and follow-ups.
Admin Control
Complete oversight of user verification, platform analytics, and content management.

Project Overview

HelloDr aims to bridge the gap between patients and healthcare providers, specifically in remote areas. The platform ensures data privacy while offering a seamless user experience similar to modern native apps.

HTML5
CSS3
JavaScript
PHP
MySQL
Git
WebRTC API

App Screenshots

Installation & Setup

1. Clone the Repository
git clone https://github.com/kawshik-ornob8/HelloDr.git
cd HelloDr
2. Database Setup
# Open phpMyAdmin or your MySQL client
1. Create a database named 'hello_dr'
2. Import the 'hello_dr.sql' file from the root folder.
3. Configure Database Connection
// Edit config.php
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "hello_dr";
4. Run Application
# Move folder to XAMPP/htdocs and visit:
http://localhost/HelloDr/

Future Enhancements

  • AI-powered symptom checker bot.
  • Multilingual support (English/Bangla).
  • Payment gateway integration (Stripe/Bkash).
  • Advanced analytics dashboard for Admins.

Contributing

Contributions are welcome! Please follow these steps:

  • Fork the repository.
  • Create a new branch (git checkout -b feature).
  • Commit changes and push.
  • Open a Pull Request.