Modularize calculator into separate source files

- Split 3470-line iframe.html into manageable components
- Created src/ directory with styles.css, template.html, calculator.js
- Updated build.js to assemble from modular source files
- Maintains identical functionality with improved maintainability
- Single source of truth: edit in src/, run build.js to generate both outputs
This commit is contained in:
Dayowe
2025-08-17 21:20:05 +02:00
parent 976e7d9136
commit ba3e0a6a6a
6 changed files with 3545 additions and 67 deletions
-3
View File
@@ -2022,9 +2022,6 @@
</div>
</div>
</div>
<script>
/**
* Dog Calorie Calculator - iframe version