Application where you can hold contacts and notes.
To start application just run.
Open cmd and write following:
mkdir Contact Application
cd ContactApplication
git clone [email protected]:OlegGitH/ContactApp.git
cd contactapp
Then run the app:
mvn clean javafx:run
Enjoy the App
If you don't have maven you can install it from this tutorial:
https://howtodoinjava.com/maven/how-to-install-maven-on-windows/