Initial commit: Zabavna Matematika web and Android app.

Kids math practice (SL/EN) in a Vite React app, wrapped with Capacitor for Android (net.bit76.matematika). Includes session refactor, i18n, and text-free difficulty icons with translated overlays.
This commit is contained in:
2026-08-15 10:59:25 +02:00
commit 6e85917f73
147 changed files with 9190 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#2C2756",
"titleBar.activeBackground": "#3D3778",
"titleBar.activeForeground": "#FBFAFD",
"titleBar.inactiveBackground": "#2C2756",
"titleBar.inactiveForeground": "#FBFAFD",
"statusBar.background": "#2C2756",
"statusBar.foreground": "#FBFAFD",
"statusBar.debuggingBackground": "#2C2756",
"statusBar.debuggingForeground": "#FBFAFD",
"statusBar.noFolderBackground": "#2C2756",
"statusBar.noFolderForeground": "#FBFAFD"
},
"files.exclude": {
"**/node_modules": true
},
"search.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules/**": true
}
}