TutorsGo
TutorsGo is a desktop application for tutors managing their student details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Features
-
Create notes for students: Keep track of lesson plans by creating session notes for individual students.
-
View student schedules: View a calendar to never miss tutoring upcoming lessons.
-
Command history: View and run past commands.
-
Handle payment, attendance, etc: Supports tracking of student’s attendances, payments and more.
-
Filter students by grade / subject: Take note of underperforming students by filtering according to relevant grade and/or subject.
If you are interested in using TutorsGo, head over to the Quick Start section of the User Guide.
If you are interested about developing TutorsGo, the Developer Guide is a good place to start.
Acknowledgements
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
- Libraries used: JavaFX, Jackson, JUnit5