# 1Marc/modern-todomvc-vanillajs

TodoMVC with Modern (ES6+), Vanilla JavaScript

Repository: https://github.com/1Marc/modern-todomvc-vanillajs
Canonical: https://ross.abutalabs.com/products/modern-todomvc-vanillajs
Homepage: https://frontendmasters.com/blog/vanilla-javascript-todomvc/
Language: CSS
License Family: other
Topics: javascript, js, todomvc, vanilla-javascript, vanilla-js, vanillajs
Last push: 2024-03-12T21:21:57+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1586, "days_push": 904, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1160, forks 114 (observed 2026-08-28T04:03:49.025589+00:00)

## What it is
A TodoMVC reference implementation written in ~200 lines of modern (ES6+) vanilla JavaScript with no build tools, demonstrating that complex apps can be built without frameworks. It includes branches showing component architecture, performant DOM updates, lit-html integration, and TypeScript variants as a learning blueprint.

## Use cases
- learn how to build apps without a framework
- see a modern vanilla javascript todomvc example
- understand reactivity patterns with plain javascript
- compare vanilla js vs react for declarative UI
- find a minimal example of javascript modules with no build tools
- study component architecture in vanilla js
- learn efficient DOM rendering for lists

## When to choose
- learning modern vanilla JavaScript patterns without frameworks
- looking for a compact reference implementation of TodoMVC
- evaluating whether a framework is needed for a small app
- teaching or studying frontend architecture fundamentals

## When to avoid
- building a production application that needs a real framework ecosystem
- needing routing, state management libraries, or large-team tooling
- requiring a maintained, licensed dependency in a project

## Facets
- artifact type: learning-resource
- maturity: stable
- function: frontend-framework, ui-components, state-management, templating
- domain: web-development, frontend, education, tutorials
- platform: browser
- tags: vanilla-javascript, todomvc, es6, no-build-tools, example-app, reference-implementation, javascript, web

## Member repositories
- 1Marc/modern-todomvc-vanillajs (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.025589+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-30T06:31:45.417536+00:00, confidence not recorded.
  - readme: https://github.com/1Marc/modern-todomvc-vanillajs (fetched 2026-08-28T04:03:49.025589+00:00, sha 3094d283cea4)
  - homepage: https://frontendmasters.com/blog/vanilla-javascript-todomvc/ (fetched 2026-08-29T12:36:17.693031+00:00, sha b6a62781fe10)
  - site_page: https://master.dev/faq (fetched 2026-08-29T12:36:17.697843+00:00, sha 3c48f591f915)
- Data as of 2026-08-30T08:39:29.467469+00:00.
