Skip to content

AY2324S2-CS2103T-T13-2/tp

This branch is 427 commits ahead of nus-cs2103-AY2324S2/tp:refs/heads/master.

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2024
Aug 4, 2023
Apr 15, 2024
Jun 20, 2022
May 3, 2024
Jul 28, 2018
Mar 20, 2024
Aug 7, 2016
Apr 3, 2024
Mar 29, 2024
Aug 8, 2016
May 3, 2019
Jun 20, 2022
Jun 20, 2022

Repository files navigation

CI Status

codecov

Ui

InternBook

As a student looking for internships, it is often hard to keep track of the many different internship applications. One of the solutions is to do so in an Excel sheet, but such a user interface can become very hard to manage when there are many concurrent applications going on. Thus, having a CLI based interface can make it much easier for data input and query. Our app hopes to reduce the effort needed to track internships, so that students can spend the time searching instead. Our app will aim to record employers’ emails, job descriptions and application dates.

Getting Started

  1. Ensure that Java 11 is available on your machine.
  2. Download the jar file from here.
  3. Navigate to the file's location in the shell of your choice.
  4. Run the jar file with the follow command
java -jar internBook.jar

For the detailed documentation of this project, see the InternBook Product Website.

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