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%
Find a file
2024-10-31 03:40:48 +01:00
.github/workflows Migrate to Svelte framework 2024-10-29 01:20:26 +01:00
.vscode Migrate to Svelte framework 2024-10-29 01:20:26 +01:00
src Form abstraction 2024-10-31 03:40:48 +01:00
static Migrate to Svelte framework 2024-10-29 01:20:26 +01:00
.gitignore Migrate to Svelte framework 2024-10-29 01:20:26 +01:00
LICENSE.md initial commit 2024-10-27 15:51:28 +01:00
package-lock.json Update dependencies 2024-10-31 03:39:00 +01:00
package.json Update dependencies 2024-10-31 03:39:00 +01:00
README.md Documentation and cleanup 2024-10-29 23:26:21 +01:00
svelte.config.js Migrate to Svelte framework 2024-10-29 01:20:26 +01:00
tsconfig.json Migrate to Svelte framework 2024-10-29 01:20:26 +01:00
vite.config.ts Vite use SCSS modern-compiler API 2024-10-30 14:02:56 +01:00

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.