Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 651 Bytes

README.MD

File metadata and controls

15 lines (11 loc) · 651 Bytes

ListIntersect PRO

ListIntersect PRO is a simple application using JavaFX and RxJava. It may be build using Gradle.

I have also implemented a few unit tests using JUnit to make sure that the most critical parts also work properly including the corner cases and that I did not forget about some special cases.

After extracting the attached zip file you should be able to start the application by executing simply gradle run:

screenshot

Run

To run the project as a java application type

gradlew run

The application will be started.