Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.17 KB

CSBook

CI Status codecov

Ui

What is CSBook?

CSBook is a desktop application for CS Teaching Assistants to manage their students' details.

Features


1. Group Your Students

CSBook provides you an organized way to manage your students by grouping them based on their classes.

2. Manage Student Details

CSBook allows you to add contact details of your students and additional information (e.g. grades).

3. Command-Line Interface

While it has a GUI, most of the user interactions happen using a Command Line Interface (CLI).

Usage


Some example usages include:

  • listgroups: Listing all Groups Shows a list of all groups in the CSBook.
  • viewgroup: View details of a Group Finds and displays details about a group
  • This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.