ContactSwift is an efficient and intuitive contact management software designed for small-scale business owners like John Doe, founder and CEO of DoeInnovationsTech. With ContactSwift, users can:
- Effortlessly manage their employees' contact details
- Streamline communication
- Maintain an organized address book
- Enjoy lightning-fast speed and cross-platform compatibility
- ContactSwift will be available soon for download at ContactSwift.
- Run the JAR file on any compatible operating system by double-clicking it or using the command line:
java -jar ContactSwift.jar
- Quick Contact Addition: Quickly add new contacts with a unique ID for easy reference.
Command format: add contact /name John Doe /email [email protected] /number 1234567890
-
Contact Deletion: Easily delete unnecessary contacts to keep your address book organized. Command format:
delete contact /id <contact_id>
-
Contact Information Storage: Store detailed information about your contacts securely for easy reference. Information is stored locally to ensure privacy and security.
-
All Contacts List Display: View a complete list of all your contacts in a user-friendly format. Command format:
list all
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.