feat: add web interface for math exercise generator

- Create FastAPI backend with endpoints for generating math exercises
- Build Bootstrap frontend with responsive UI for exercise configuration
- Implement PDF generation functionality identical to original script
- Add README with installation and usage instructions
- Update requirements.txt with web dependencies
- Configure .gitignore to exclude compiled files and generated PDFs
This commit is contained in:
2025-09-03 21:25:45 +02:00
parent be6b2b6716
commit fd2f296f44
5 changed files with 496 additions and 0 deletions
+4
View File
@@ -2,3 +2,7 @@ defusedxml==0.7.1
fonttools==4.59.2
fpdf2==2.8.4
pillow==11.3.0
fastapi==0.115.0
uvicorn==0.30.6
jinja2==3.1.4
python-multipart==0.0.9