Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T11:02:39.000Z (over 1 year ago)
- Last Synced: 2024-05-02T06:09:12.065Z (6 months 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
[![Actions Status](https://github.com/Hakky54/welk-lidwoord/workflows/Build/badge.svg)](https://github.com/Hakky54/welk-lidwoord/actions)
[![JDK compatibility: 17+](https://img.shields.io/badge/JDK_compatibility-17+-blue.svg)](#)
[![Apache2 license](https://img.shields.io/badge/license-Aache2.0-blue.svg)](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
![alt text](https://github.com/Hakky54/welk-lidwoord/blob/master/images/demo.gif?raw=true)### 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`