A lightweight, production-minded starter web application with:
- A documented architecture and delivery plan.
- A working client-side site (no build tools required).
- A modular JavaScript code structure that can scale.
Run a local web server from the repository root:
python3 -m http.server 8080Then open http://localhost:8080.
docs/ARCHITECTURE.md— high-level design architecture and roadmap.index.html— semantic app shell.styles.css— responsive, accessible styling system.app.js— modular app logic with persistence inlocalStorage.
- Task creation/edit/delete.
- Status workflow (
backlog,in-progress,done). - Priority levels and filtering.
- Search and statistics.
- Persistent storage in the browser.
See the architecture document for a staged evolution into a full stack deployment with API, auth, observability, CI/CD, and managed infrastructure.