# davidfowl/TodoApp

Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication

Repository: https://github.com/davidfowl/TodoApp
Canonical: https://ross.abutalabs.com/products/todoapp
Language: C#
License: MIT
License Family: permissive
Topics: aspnetcore, authentication, dotnet-core, jwt, opentelemetry, rest-api, blazor, webassembly, cookies
Last push: 2026-02-12T09:29:50+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 67, release rhythm 35, longevity 100
- inputs: {"age_days": 1947, "days_push": 202, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3102, forks 466 (observed 2026-08-28T04:07:43.636240+00:00)

## What it is
A sample Todo application built with ASP.NET Core, featuring a Blazor WebAssembly frontend and a Minimal APIs REST backend. It demonstrates common patterns including authentication (cookies, bearer tokens, social logins), Entity Framework with SQLite, rate limiting, YARP proxying, and integration testing.

## Use cases
- learn how to build a REST API with ASP.NET Core minimal APIs
- example of Blazor WASM frontend with a backend API
- how to set up JWT bearer and cookie authentication in ASP.NET Core
- reference for ASP.NET Core Identity user management
- sample integration tests for a REST API
- how to proxy frontend requests with YARP IHttpForwarder
- example of rate limiting in ASP.NET Core
- bootstrap a .NET app with Aspire and SQLite

## When to choose
- you want a reference implementation of modern ASP.NET Core patterns
- you're learning Blazor WebAssembly with a minimal API backend
- you need a working example of auth flows including social login providers
- you want to see Aspire used to orchestrate a multi-project .NET app

## When to avoid
- you need a production-ready todo product rather than a sample
- your stack is not .NET/C#
- you need a database other than SQLite without modifications
- you want a fully featured task manager with collaboration features

## Facets
- artifact type: application
- maturity: active
- function: auth, web-framework, http-server, orm, rate-limiting, testing, middleware
- domain: web-development, developer-tools, apis
- platform: dotnet, cross-platform
- tags: blazor, webassembly, minimal-apis, aspnet-core-identity, jwt, cookie-authentication, yarp, sqlite, openapi, aspire, sample-app, reference-application, web-server

## Member repositories
- davidfowl/TodoApp (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:43.636240+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:46:20.301966+00:00, confidence not recorded.
  - readme: https://github.com/davidfowl/TodoApp (fetched 2026-08-28T04:07:43.636240+00:00, sha 2a5cb61e4e2c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
