https://github.com/Hakky54/welk-lidwoord
  
  
    Een app die je helpt met kiezen van het juiste lidwoord 
    https://github.com/Hakky54/welk-lidwoord
  
        Last synced: 6 months ago 
        JSON representation
    
Een app die je helpt met kiezen van het juiste lidwoord
- Host: GitHub
 - URL: https://github.com/Hakky54/welk-lidwoord
 - Owner: Hakky54
 - License: apache-2.0
 - Created: 2018-01-19T16:17:33.000Z (almost 8 years ago)
 - Default Branch: master
 - Last Pushed: 2023-04-08T11:02:39.000Z (over 2 years ago)
 - Last Synced: 2024-05-02T06:09:12.065Z (over 1 year ago)
 - Language: Java
 - Size: 327 KB
 - Stars: 1
 - Watchers: 3
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- AwesomeJavaFX - Welk Lidwoord - An app that will help you to improve your Dutch grammar. (Libraries, Tools and Projects)
 
README
          [](https://github.com/Hakky54/welk-lidwoord/actions)
[](#)
[](https://github.com/Hakky54/sslcontext-kickstart/blob/master/LICENSE)
# Welk Lidwoord❓
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
## Demo

### Requirements:
- Java 17
- Maven
### How to start
Create and run an executable jar:
1. `mvn clean verify`
2. `java -jar target/Welk-Lidwoord.jar`
Or start it with the exec plugin
1. `mvn clean verify`
2. `mvn exec:java`