By Gaurab Chhetri - Personal Project

Measles Dashboard - Visualizing Outbreaks and Vaccination Gaps

An interactive Next.js dashboard that tracks measles activity, vaccination coverage, and temporal trends for West Texas, built for fast situational awareness and public health decision support.

Measles Dashboard is a focused public health tool that helps analysts and community stakeholders answer three questions quickly: where are cases rising, who is under-protected, and how are trends shifting over time. I built it to turn scattered updates into a clear, trusted picture for West Texas.

Highlights

Live site: https://measles-dashboard.vercel.app/

What it shows

Data source: Texas Department of State Health Services (DSHS TX). See current alerts at
https://www.dshs.texas.gov/news-alerts

Tech Overview

Design choices focus on a small dependency footprint, smooth interactions on low power devices, and clear color and typography defaults for accessibility.

Interaction Model

These interactions keep the flow simple for non technical users while still supporting deeper exploration.

Data Flow

  1. Ingest official updates and reports from DSHS TX
  2. Normalize and store as lightweight JSON for the web app
  3. Render maps and charts from a single typed data layer

Planned additions include automatic refresh hooks and provenance notes per update.

Impact

Acknowledgments