TutorLink is a desktop CLI application designed to help University professors better manage the grades of students reading their course.
TutorLink keeps a running tally of grades (GPA, overall score) of each
Student by tagging Components to each student via a Grade object.
add_grade and delete_grade commands:
    add_grade command allows the user to add grades for individuals for individual graded assessment components one at a time. Using the delete_grade command, added grades can also be individually deleted for a specific student and his/her component.add_component command:
    list_grade command:
    Code contributed: RepoSense link
v1.0 and the
re-scoping of project scope in v2.0.Parser, AddGradeCommand, DeleteGradeCommand, and AddComponentCommandAddGradeCommand and DeleteGradeCommand features #106.