Skip to content

TutorConnect is an address book made for tuition centre managers to easily manage theirs tutors and allocate schedules without conflict, optimised for users who prefer a CLI.

License

Notifications You must be signed in to change notification settings

AY2324S1-CS2103T-T17-3/tp

 
 

Repository files navigation

TutorConnect

CI Status codecov

TutorConnect is an address book made for tuition centre managers to easily track, schedule, and notify tutors of their upcoming schedule, optimised for users who prefer a CLI.

Ui

Features

  • Store and edit information about your tutors
  • Create and plan your tutor availability and schedule
  • View upcoming schedules

If you are interested in using TutorConnect, head over to the Quick Start section of the User Guide.

If you are interested in developing TutorConnect, the Developer Guide is a good place to start.

Requirements

Ensure you have Java 11 installed on your computer. To verify, perform the following steps:

  1. Open a terminal
  2. Type java -version and press Enter.
  3. If it says a version other than 11 or command not found, please install Java 11 by following this guide.

Installation Guide

  1. Download the latest jar file (TutorConnect.jar) from our Github Releases.

  2. Move the jar file into a new folder called “TutorConnect”

  3. Double click the jar file to launch the application.

If you are a Mac user, you may encounter a warning that says the jar file cannot be opened because it is from an unidentified developer. To continue:

i. Right click on the jar file and select Open With > JavaLauncher (default).

ii. Press Open when prompted.

Acknowledgements

This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.

About

TutorConnect is an address book made for tuition centre managers to easily manage theirs tutors and allocate schedules without conflict, optimised for users who prefer a CLI.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 96.6%
  • CSS 3.4%