Back to projects

06 · A small, verifiable public project

Open source · v1.0.0

Local First Checklist

A compact example for organizing tasks on the computer and inspecting how each part works.

An open-source checklist keeps tasks in a local file and provides simple operations without relying on a remote service.

  • Open source
  • Tasks in a local file
  • No remote service
Conceptual workspace with a checklist, local files and a storage drive connected to the computer Project illustration
Role
Definition of the example, command-line implementation, tests, documentation and publication of version 1.0.0.
Scope
Tasks remain in a local JSON file, with simple operations available through the command line.
Quality
Unit tests, Python compilation and a smoke test protect the main operations without adding infrastructure to the application.
Evidence and outcome
The public repository provides access to the code and documentation, while the v1.0.0 release identifies the published version.

Small enough to understand end to end.

Tasks remain in a local JSON file, with simple operations available through the command line.

  • No remote service
  • Readable persistence
  • Direct documentation
Next projectMaeve Roscaern