feat: add Calc app with 8 calculator modes and 5 retro skins

New calculator app with standard, scientific, programmer, unit converter,
currency, finance, date, and percentage modes. Includes 5 visual skins:
Modern, HP-35 (1972), Casio fx (1985), TI-84 (2004), and Minimal.
Local-first with IndexedDB history, keyboard support, safe math parser.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-29 08:40:34 +02:00
parent 076e0c843d
commit 7552c351c0
68 changed files with 8174 additions and 1171 deletions

View file

@ -120,6 +120,10 @@
"taktik:dev": "turbo run dev --filter=taktik...",
"dev:taktik:web": "pnpm --filter @taktik/web dev",
"dev:taktik:full": "concurrently -n auth,sync,web -c blue,magenta,cyan \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:taktik:web\"",
"calc:dev": "turbo run dev --filter=calc...",
"dev:calc:web": "pnpm --filter @calc/web dev",
"dev:calc:app": "pnpm dev:calc:web",
"dev:calc:full": "concurrently -n auth,sync,web -c blue,magenta,cyan \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:calc:web\"",
"moodlit:dev": "turbo run dev --filter=moodlit...",
"dev:moodlit:mobile": "pnpm --filter @moodlit/mobile dev",
"dev:moodlit:web": "pnpm --filter @moodlit/web dev",