Selected work

CASE STUDY // DIGITAL HEALTH

Healthcare access,
without the waiting room.

HelloDr is a full-stack virtual healthcare platform that connects patients with certified doctors for discovery, appointments, video consultations, prescriptions, and secure communication.

  • PHP
  • MySQL
  • JavaScript
  • WebRTC
hellodr / care-system ONLINE
VIRTUAL CARE PLATFORM HelloDr
Patient request Verified doctor
04
Core modules
07
Technologies
24/7
Digital access

Secure care workflow initialized

01 // CORE EXPERIENCE

One care system.
Four focused workflows.

Each role gets a clear path through the platform while the underlying system keeps appointments, clinical context, and communication connected.

01

Patient portal

Find doctors, book appointments, review health history, and join consultations.

02

Doctor dashboard

Manage availability, patient records, prescriptions, and consultation activity.

03

Video consultation

Support real-time remote consultations and follow-ups through a WebRTC workflow.

04

Admin control

Oversee verification, users, platform activity, and operational content.

02 // PROJECT OVERVIEW

Designed to shorten the distance between patients and care.

HelloDr explores how a web-based care platform can make medical services easier to reach, especially for people in remote locations. The interface brings doctor discovery, scheduling, patient context, and live consultations into one coherent experience.

The project combines role-aware dashboards with a familiar, responsive interface so patients and clinicians can focus on the consultation instead of fighting the software.

04 // LOCAL SETUP

Clone it.
Configure it. Run it.

The project runs in a standard PHP and MySQL development environment such as XAMPP.

setup.sh PHP + MYSQL
  1. 01

    Clone the repository

    git clone https://github.com/kawshik-ornob8/HelloDr.git
    cd HelloDr
  2. 02

    Prepare the database

    Create a MySQL database named hello_dr, then import hello_dr.sql.

  3. 03

    Configure the connection

    // config.php
    $servername = "localhost";
    $username   = "root";
    $password   = "";
    $dbname     = "hello_dr";
  4. 04

    Start the application

    Move the project into XAMPP/htdocs and open http://localhost/HelloDr/.

NEXT ITERATION

Where HelloDr can go next.

  • AI-assisted symptom intake
  • English and Bangla localization
  • Payment gateway integration
  • Expanded operational analytics

OPEN SOURCE

Build on the project.

Fork the repository, create a focused feature branch, document the change, and open a pull request for review.

Open GitHub