An AI-powered English learning platform featuring interactive games and quizzes. Built with Django.
- 🧠 AI-Generated Quiz Questions
- 🎮 Memory and Matching Games
- 📚 Lesson Content Management
- 🔐 User Authentication
- 🏆 Leaderboard
english-llama/ ├── config/ # Django settings and urls ├── accounts/ # User accounts and auth ├── lessons/ # Lesson content ├── games/ # Educational games ├── quiz/ # AI quizzes ├── static/ # Static files (CSS/JS/images) ├── templates/ # Shared templates ├── manage.py ├── requirements.txt └── .gitignore