Claudio Wanner
Back

Health Hub

In Development

Health Hub is a personal project currently in development that collects health data from an Android app, persists it through a .NET / EF Core backend, and makes it available to a React frontend for statistical analysis and visual dashboards.

I am currently building it to better understand how larger datasets can be collected, transferred between different systems, persisted reliably, and turned into meaningful insights. The application will consist of three parts: An Android app that reads health data from my smartphone, a .NET backend with Entity Framework Core that validates and stores the incoming JSON data, and a React frontend that will later present the data in statistical overviews. The project is mainly intended as a learning platform for data-heavy applications and cross-system communication. It allows me to work with structured data pipelines, persistence, and data processing, while also improving my JavaScript and React skills through the frontend implementation.