1
0
Fork
You've already forked inflection_practice_tool
0
A simple website, to help language learners practice conjugating and declining words in various languages.
  • JavaScript 79.4%
  • HTML 14.9%
  • CSS 5.7%
2026年05月13日 13:05:39 +05:30
css responsiveness changes and readme 2026年05月13日 13:05:39 +05:30
Dutch responsiveness changes and readme 2026年05月13日 13:05:39 +05:30
German responsiveness changes and readme 2026年05月13日 13:05:39 +05:30
Template responsiveness changes and readme 2026年05月13日 13:05:39 +05:30
drill.js improved corrections 2026年04月10日 20:10:35 +01:00
home.html responsiveness changes and readme 2026年05月13日 13:05:39 +05:30
README.md responsiveness changes and readme 2026年05月13日 13:05:39 +05:30

Inflection Practice Tool

A simple web-based tool for practicing language inflections (conjugations, etc.) for various languages like Dutch and German.

Features

  • Practice conjugations and other inflections.
  • Customizable number of questions.
  • Explanations for corrections.
  • Responsive design for mobile and desktop.

Supported Languages

  • Dutch
  • German

Development

The project is built with HTML, CSS, and JavaScript (with jQuery for DOM manipulation).

Structure

  • home.html: Language selection page.
  • drill.js: Core logic for the practice sessions.
  • css/: Global and page-specific styles.
  • [Language]/: Language-specific HTML, words, and rules.