CareContacts is a desktop student management application designed specifically for Student Care Supervisors. It is optimized for a Command Line Interface (CLI) and for fast typists.
Ensure that Java 17 is installed on your system.
- Download the latest
.jarrelease file of CareContacts. - Move the downloaded
.jarfile into an empty folder in your computer. - Open a terminal or command prompt in that folder.
- Run the following command:
java -jar *.jar
The application should launch in a new window.
Adds a new student and their associated parent details to the address book.
Removes a student and all associated information from the address book.
Displays all students and their associated information.
Displays available commands and their formats.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
