From aef2cd491ebffc442a318cc6af4e65a2e9193f50 Mon Sep 17 00:00:00 2001 From: gstar-byte Date: Tue, 18 Aug 2026 10:37:42 +0800 Subject: [PATCH] feat(qa-tools): add a11ykit accessibility testing suite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41d0f2c8..a8399472 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [husky](https://github.com/typicode/husky) - Prevents bad git commit, git push and more. * [Rev-dep](https://github.com/jayu/rev-dep) - Trace imports, identify circular dependencies, find unused code, clean node modules — all from a blazing-fast CLI. * [fallow](https://github.com/fallow-rs/fallow) - Finds dead code, duplication, circular dependencies, and complexity hotspots in JavaScript and TypeScript projects. +* [a11ykit](https://github.com/gstar-byte/a11ykit) - 15 free, 100% client-side web accessibility and WCAG 2.2 QA testing tools ([Web App](https://a11ykit.site)). ## MVC Frameworks and Libraries