Go to file
viet-anh.n 89159fb927 [TSC-9] Add numeric input validator module
- Create validator.js with validateNumericInput() function
- Validates numeric strings; allows digits, leading minus, single decimal point
- Rejects invalid characters, multiple decimals, misplaced minus signs
- Returns { isValid, value, sanitized } object
- Link validator.js in index.html <head>
- Update CLAUDE.md project structure to include validator.js
2026-07-08 07:58:12 +00:00
CLAUDE.md [TSC-9] Add numeric input validator module 2026-07-08 07:58:12 +00:00
index.html [TSC-9] Add numeric input validator module 2026-07-08 07:58:12 +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
validator.js [TSC-9] Add numeric input validator module 2026-07-08 07:58:12 +00:00

Simple Calculator

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