Skip to content

JinYixuan-Au/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Guide

Introduction

Duke is an application that is designed to help users to keep track of different types of tasks (i.e. todos, deadlines, events).

Quick start

  1. Ensure you have Java 11 installed in your Computer.
  2. Download the latest CS2113_IP.jar from here.
  3. Copy the file to the folder you want to use as the home folder for your Duke.
  4. Double-click the file and open a command window in the home folder to run the jar file.

Features

Add todo, deadline, event

  • add todo task: 'todo' Format: 'todo read book'
  • add deadline task: 'deadline' Format: 'deadline quiz /by Friday 11pm'
  • add event task: 'event' Format: 'event group meeting /at Sunday 5pm'

List 'list'

Show the list of the tasks Format:'list'

Delete 'delete'

Delete a task from the task list by index Format: 'delete 3'

Mark as done 'done'

Mark the task as done by index Format: 'done 2'

####Find 'find' Find a task in the list by keywords Format: 'find book'

####Bye 'bye' Exit the program Format: 'bye'

About

Starter code for the Duke project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 92.8%
  • Shell 4.0%
  • Batchfile 3.2%