ip

User Guide

PCPrincipal is a task storing management system with marking/unmarking featurefor all tasks.

Get Started

  1. Download PCPrincipal.jar into your PC and click on it to start PC Principal.
  2. Start by:
    • Either clicking it
    • Run the following command in the directory where PCPrincipal is located java -jar PCPrincipal-v3.0.jar

Note:

Features

Note:

Help: Displays all commands

Expected outcome:

help

Todo <Task name>: Add a Todo

Expected outcome:

Todo

Deadline <Task name> /by DD/MM/YYYY HHmm: Adds a deadline

Expected outcome:

deadline

Event <Task name> /at DD/MM/YYYY HH mm: Adds an event

Expected outcome:

Event

List: Shows all the task

Expected outcome:

List

Mark <index number>: Marks tasks

Initial Outcome:

List

Expected Outcome:

Mark

Mark

Unmark <index number>: Unmarks tasks

Initial Outcome:

Mark

Expected Outcome:

Unmark

List

Find <Keyword>: Finds all tasks with the keyword

Expected Outcome:

Find

Deletes <index number>: Deletes tasks

Initial Outcome:

List

Delete

Expected Outcome:

Bye: Exits PCPrincipal

PCPrincipal will exit.