A simple web application for learning German irregular verbs with Russian translations.
- 50 most common German irregular verbs with Russian translations
- Practice three forms:
- Präsens (er/sie/es form)
- Präteritum (er/sie/es form)
- Partizip II
- Instant feedback on your answers
- Score tracking (correct/wrong/percentage)
- Clean, responsive design
- Open
index.htmlin your web browser - Read the Russian translation of the verb
- Enter the three German forms:
- Präsens (present tense, 3rd person singular)
- Präteritum (simple past, 3rd person singular)
- Partizip II (past participle)
- Click "Check" to verify your answers
- Review the correct forms if you made mistakes
- Click "Next Verb" to practice with another verb
The app includes 50 common German irregular verbs such as:
- sein (быть)
- haben (иметь)
- gehen (идти)
- kommen (приходить)
- sehen (видеть)
- and many more...
- Pure HTML, CSS, and JavaScript
- No external dependencies
- Works offline
- Mobile-friendly responsive design
Simply clone or download this repository and open index.html in any modern web browser.
git clone <repository-url>
cd cc-verbs
open index.html # macOS
start index.html # Windows
xdg-open index.html # LinuxFree to use for educational purposes.