This is a vocabulary trainer application built with Java. It is designed to help users learn and practice vocabulary in an interactive and engaging way. The Vokabeltrainer allows users to create vocabulary sets, test themselves, and track their progress.
- Create Vocabulary Sets: Users can create custom vocabulary sets by adding words and their translations.
- Practice Mode: Test your knowledge by translating words in both directions (e.g., English to German and German to English).
- Progress Tracking: Monitor your learning progress and review your scores after each session.
- Editable Sets: Modify or delete vocabulary entries as needed.
- Simple and Intuitive Interface: User-friendly design for easy navigation.
- Java Development Kit (JDK) 8 or higher
- An IDE or terminal to run Java applications
-
Clone the repository:
git clone https://github.com/yourusername/Vokabeltrainer.git
-
Navigate to the project directory:
cd Vokabeltrainer/src -
Compile the Programm:
javca Main.java
-
Run the application:
java Main
-
Launch the application: Run the
Mainclass from your terminal or IDE. -
Create a Vocabulary Set:
- Add new words and their translations to build your set.
- Save the set for future use.
-
Practice Vocabulary:
- Select a vocabulary set to practice.
- Translate words as prompted.
- Check your answers and review the correct ones.
-
Track Progress:
- View your scores and accuracy for each practice session.
- Identify areas for improvement.
This project is licensed under the MIT License - see the LICENSE file for details.
