Go to file
viet-anh.n 5f65a0d674 [TSC-8] Implement Application State Manager
Add state.js ES module with in-memory state (operand1, operand2,
selectedOperation, result, error), getters/setters for each property,
and a reset() function. Update CLAUDE.md project structure listing.
2026-07-08 07:57:25 +00:00
CLAUDE.md [TSC-8] Implement Application State Manager 2026-07-08 07:57:25 +00:00
index.html [TSC-4] Implement responsive CSS layout and styling 2026-07-08 06:29:14 +00:00
README.md chore: initialize repository 2026-07-08 05:53:53 +00:00
state.js [TSC-8] Implement Application State Manager 2026-07-08 07:57:25 +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).