You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Phone Book System is a robust Java application utilizing Swing and AWT to manage contacts efficiently. With an intuitive interface, users can easily add, search, and organize their contacts. Designed for simplicity and productivity, this application ensures a seamless experience for managing contact details on desktops and laptops.
This is a project is simulating the way how the phonebookApp application in the mobile devices does work. It does contain the add contact, delete, display contact and search contact.
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.
An implementation of a Phonebook application using the Java programming language, Springboot backend framework and MongoDB as the database. This Phonebook application contains a set of basic functions for adding, searching, updating, and deleting new contacts. Adding new entries, browsing them, editing and updating, searching for saved contacts,…