A language learning web application that helps users master vocabulary through spaced repetition. Live demo: lingua-quiz.nikolay-eremeev.com
Prerequisites:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml
Clone and Deploy:
git clone https://github.com/nikolay-e/lingua-quiz.git
cd lingua-quiz
make local
Access the App:
Clean Up:
make clean-local
Frontend: Svelte 5, Vite 7 Backend: Python 3.13, FastAPI, PostgreSQL Infrastructure: Docker, Kubernetes, Helm Testing: Playwright E2E tests, Python integration tests
Contributions are welcome! Please feel free to submit a Pull Request.