A progressive web demo app for UK driving theory test preparation with bilingual support (English/Urdu).
- 📱 Mobile-First PWA: Works offline and can be installed on mobile devices
- 🌐 Bilingual Support: English and Urdu side-by-side comparison
- 🎯 Multiple Question Types: Road signs, rules, safety, and hazard perception
- 🗣️ Text-to-Speech: Reads questions aloud in both languages
- 🎨 Theme Support: Light/dark mode toggle
- 📊 Progress Tracking: Score tracking and performance analytics
- 🔖 Bookmark System: Save difficult questions for later review
- ⏱️ Timed Tests: Configurable time limits for practice tests
- HTML5, CSS3, JavaScript (ES6+)
- Bootstrap 5 for responsive design
- Font Awesome for icons
- Web Speech API for text-to-speech
- Progressive Web App (PWA) capabilities
# Clone the repository
git clone https://github.com/your-username/dvsa-theory-test-pro-demoApp.git
# Navigate to the directory
cd dvsa-theory-test-pro-demoApp
# Open index.html in a browser
# Or serve with a local server:
python -m http.server 8000