Initial commit: Add MathHomeworkHelper project with web and Android components
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2025-11-25 11:07:51 +01:00
commit f9558008e1
37 changed files with 5318 additions and 0 deletions

20
translations/en.json Normal file
View file

@ -0,0 +1,20 @@
{
"title": "Math Homework Helper",
"subtitle": "Multiplication Practice",
"difficultyLevel": "Difficulty Level:",
"easy": "Easy",
"hard": "Hard",
"difficulty1": "1 digit × 1 digit (e.g., 5 × 7)",
"difficulty2": "1 digit × 2 digits (e.g., 5 × 23)",
"difficulty3": "2 digits × 2 digits (e.g., 23 × 45)",
"difficulty4": "2 digits × 3 digits (e.g., 23 × 456)",
"difficulty5": "3 digits × 3 digits (e.g., 234 × 567)",
"checkAnswer": "Check Answer",
"points": "Points:",
"newProblem": "New Problem",
"congratulations": "🎉 Congratulations! 🎉",
"youReached20Points": "You've reached 20 points!",
"playAgain": "Play Again",
"correct": "Correct! Great job! 🎉",
"incorrect": "Incorrect. Try again! 💪"
}