-
This is a desktop TutorPal application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is an application intended to help private tutors to manage their students information.
-
It has features specifically catered to tutors' needs:
-
Users can store student information such as name, address, contact number, education level, tuition timing and fees of a student.
-
Users are able to assign grades to students based on their examination result.
-
Users are able to calculate their tuition earnings.
-
Users can review the effectiveness of their teaching methods through a analysis of students' grades over time.
-
Acknowledgements
-
The original source of code: AddressBook-Level4 project created by SE-EDU initiative at https://github.com/se-edu/
-
Libraries used: TextFX, ControlsFX, Jackson, Guava, JUnit5
-
Done by team CS2103-AY1819S1-T13-1