Domain specific calculator app using a constraint solver for maximum flexibility
- TypeScript 71.4%
- Svelte 20.6%
- SCSS 5.6%
- JavaScript 1.5%
- HTML 0.9%
| .github/workflows | ||
| .vscode | ||
| src | ||
| static | ||
| .gitignore | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Constrained Calculator
This is a domain specific calculator and framework using a constraint solver for recomputing values while fields are being changed. Itt was made to help myself with component selection for electronics projects, however it can be used for many other things as well.
Contributing
If you would like to add somehting, I'd be happy for contributions.