Skip to content

ianwangeeen/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duke project

This is a project template for a greenfield Java project. It's named after the Java mascot Duke. Given below are instructions on how to use it.

Functions of Duke

Prerequisites: JDK 11, update Intellij to the most recent version.

  1. Todo <taskname_here> This creates a simple Todo task.
  2. Deadline <taskname_here> /by <date_here> This creates a Deadline task.
    • Example:
    • deadline math assignment /by 12 october, 2019
  3. Event <taskname_here> /at <date_here> This creates an Event task.
    • Example:
    • event Christmas Dinner /at 25 December, 2022
    • Example:
    • deadline math assignment /by 12 october, 2019
  4. Event <taskname_here> /at <date_here> This creates an Event task.
    • Example:
    • event Christmas Dinner /at 25 December, 2022
  5. find <search_query_here> This prints out any task that contains <search_query_here>
  6. done <task_number> This marks the task as done.
  7. delete <task_number> This deletes the task from the task list.
  8. list This lists out the whole list of tasks which have been input by the user.
  9. bye This would exit the programme.

First run of the programme should give an output like this:

 ___
__/_  `.  .-"""-.
\_,` | \-'  /   )`-')
"") `"`    \  ((`"`
___Y  ,    .'7 /|
(_,___/...-` (_/_/ 
Hello! I'm Duke the Dancing Doggo.
Anything I can help you with, young Padawan?
_____________________________________________________
=>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 92.4%
  • Shell 4.4%
  • Batchfile 3.2%