A desktop application that will help you to improve your Dutch grammar. Should you use de
or het
for the word huis
?
When do you use ons
or onze
? What about die
, dat
, dit
or deze
.
Don't worry, this little app will quicly help you out whenever you need some help. See below for the demo
- Java 17
- Maven
Create and run an executable jar:
mvn clean verify
java -jar target/Welk-Lidwoord.jar
Or start it with the exec plugin
mvn clean verify
mvn exec:java