Go to file
viet-anh.n e976e0cb4b [TSC-10] Implement calculation engine with arithmetic operations
Add calculator.js with a pure calculate(a, b, operation) engine returning
{result} or {error}, wired to the existing HTML UI via an IIFE. Update
index.html to load the script and CLAUDE.md to document the new module.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-08 07:56:54 +00:00
calculator.js [TSC-10] Implement calculation engine with arithmetic operations 2026-07-08 07:56:54 +00:00
CLAUDE.md [TSC-10] Implement calculation engine with arithmetic operations 2026-07-08 07:56:54 +00:00
index.html [TSC-10] Implement calculation engine with arithmetic operations 2026-07-08 07:56:54 +00:00
README.md chore: initialize repository 2026-07-08 05:53:53 +00:00
styles.css [TSC-4] Implement responsive CSS layout and styling 2026-07-08 06:29:14 +00:00

Simple Calculator

Greenfield project. Implementation is driven by the Vexa AI-SDLC pipeline (Jira project TSC).