An interactive Next.js and shadcn/ui dashboard to visualise data from SEACO360, a Health and Demographic Surveillance System (HDSS), enabling researchers to analyse socioeconomic and health trends without manual data processing. Automated analytics by designing a TypeScript pipeline to transform raw CSV datasets into aggregated, type-safe JSON statistics efficiently based on the provided codebook definitions and dataset configuration.
-
Install Dependencies:
npm install
-
Start the Development Server
npm run dev
-
Open http://localhost:3000 with your browser to see the app.


