emi-calculator-app/ ├── package.json # Capacitor deps + build scripts ├── capacitor.config.json # App id, name, web asset folder ├── .gitignore ├── www/ │ └── index.html # Your calculator (unchanged ...