Work
All projects
WebJul 2024 – Nov 2024· Full-stack developer

Full-stack dental consultation platform with appointments, patient records and digital prescriptions.

0
technologies
0
shipped features
0
decisions logged

No public repository for this project

Clinical Assistance for Dental Care
no preview yet

3 sections below

01Overview

A full-stack web application for dental clinics that manages appointments, patient records and digital prescriptions, backed by a real-time Firestore admin dashboard and secure cloud-based history tracking. The React interface is fully responsive across desktop and mobile.

02What it does
the parts worth the work
  • Appointment booking and management with real-time status updates
  • Patient records and digital prescription generation
  • Real-time Firestore admin dashboard with secure cloud history tracking
  • Responsive React.js UI verified across desktop, tablet and mobile
03Calls I made
and what each one cost

The section above says what this does. This one says why it is built the way it is — including the parts that did not come free.

  1. One Firestore backend, rules-based accessoverOne shared login for staff and patientsA separate staff-only backend, disconnected from the patient site
    Because

    The admin dashboard needs to reflect new bookings the moment they happen, not on refresh — Firestore's real-time listeners gave that without a custom notification system, and one backend serving both sides meant one data model instead of two systems to keep in sync.

    What it cost

    Every patient-facing read and write depends on Firestore's security rules being exactly right — a rules mistake here doesn't just surface a bug, it can expose or block another patient's medical records.

Seen enough?

There are more where this came from — or skip the browsing and just say hello.