FULL STACK
MedTracker
1 min read
Overview
A full-stack MERN app for medication and appointment tracking with separate patient and caregiver workflows. Patients log doses per time-slot, track supply with low/empty alerts, and manage appointments. Caregivers link patients, view combined schedules and adherence summaries, and manage medications and appointments for them. When a caregiver is assigned, the patient view becomes read-only.
Features and design
Core features include dose-level logging (per time-slot per day), supply tracking with alerts, appointment scheduling with status (Scheduled, Today, Completed, Missed, Cancelled), and JWT auth with an onboarding tutorial. I focused on a minimal, low-friction flow so logging feels quick rather than burdensome.
Reflection
This project highlighted the balance between flexibility (e.g. custom schedules) and simplicity. The repository is on GitHub and demonstrates practical MERN stack patterns with React, Node, and MongoDB.