crni99 / Telephone-Book

The program was typed in Java (JavaFX) and CSS was used for the layout. I used MySQL for the database. It consists of two parts, the main application and Admin panel in which you can alter the telephone book entries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telephone / Contact Book

The program was typed in Java (JavaFX) and CSS was used for the layout. I used MySQL for the database. This is a program where users can perform search operations, based on name, surname, city, or phone. Admin needs to login to perform CRUD operations (create, read, update, and delete). Admin can export table view to PDF or EXCEL.

Screenshots

Home Home

User User

Login Login

Admin Admin


To run this java program, you must pass arguments to VM or command prompt.

--module-path "LOCATION OF javafx-sdk-16\lib IN YOUR PC" --add-modules javafx.controls,javafx.fxml

About

The program was typed in Java (JavaFX) and CSS was used for the layout. I used MySQL for the database. It consists of two parts, the main application and Admin panel in which you can alter the telephone book entries.


Languages

Language:Java 67.8%Language:CSS 32.2%