All skills
Skillintermediate
Counter Application
This example implements a counter application using vanilla JavaScript and Playwright BDD for testing.
Claude Code Knowledge Pack7/10/2026
Overview
Counter Application
This example implements a counter application using vanilla JavaScript and Playwright BDD for testing.
The application displays a counter that starts at zero and allows incrementing and decrementing the value through button clicks.
Requires Docker with Node.js LTS image and Playwright BDD testing framework.