ip

User Guide for Bloop Bloop 🐳

Project Duke Bloop

This is a project template for a greenfield Java project.
It’s named after my favourite whale shark called Bloop πŸ³πŸ˜„.
Given below are instructions on how to use it.

Hello from


β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•¦β•β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β•β•β–‘
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•¦β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–‘β–‘β–‘β–‘β–‘
β•šβ•β•β•β•β•β•β–‘β•šβ•β•β•β•β•β•β•β–‘β•šβ•β•β•β•β•β–‘β–‘β•šβ•β•β•β•β•β–‘β•šβ•β•β–‘β–‘β–‘β–‘β–‘

Features of Bloop Bloop 🐳🐳

SneakPeek

alt text

Commands & Uses (At a Glance πŸ‘€)

Echo πŸ”Š:

Bloop Bloop will echo back whatever you said.
Use the command: echo input

Example:

You: echo I love you
Bloop: β€œEcho: I love you”

Todo ✏️:

Bloop Bloop will help you track the task you want to complete
Use the command: todo taskName

Example:

You: todo laundry Bloop: Got it. I’ve added this task:
[T][ ] laundry
Now you have X tasks in the list

DeadLine ⏰:

Bloop Bloop will help you track a time-sensitive task!
Use the command: deadline taskName /by date/time

Example:

You: deadline homework /by 20/09/2023 1234
Bloop: Got it. I’ve added this task:
[D][ ] homework (by: 20 Sep 2023 12:34)
Now you have X tasks in the list

Event πŸ“…:

Bloop Bloop will help you track an important event!
Use the command: event /from date/time /to date/time

Example:

You: event spa camp /from 22/09/2023 1200 /to 25/09/2023 1500
Bloop: Got it. I’ve added this task
[E][ ] spa camp (from: 22 Sep 2023 12:00 to: 25 Sep 2023 15:00)
Now you have X tasks in the list

List πŸ“:

Bloop Bloop will list down all your tasks!!
Use the command: list

Example:

  1. [T][ ] laundry
  2. [D][ ] homework (by: 20 Sep 2023 12:34)
  3. [E][ ] spa camp (from: 22 Sep 2023 12:00 to: 25 Sep 2023 15:00)

Mark/Unmark/Stats βœ”οΈβŒ:

Bloop Bloop will help you track your progress!
Use the command: mark taskNumber (to mark as done)
Use the command: unmark taskNumber (to mark as undone)
Use the command: stats (to see your progress)
Example:

mark 1

  1. [T][X] laundry

mark2
mark3

  1. [D][X] homework (by: 20 Sep 2023 12:34)
  2. [E][X] spa camp (from: 22 Sep 2023 12:00 to: 25 Sep 2023 15:00)

unmark 1

  1. [T][ ] laundry

list

  1. [T][ ] laundry
  2. [D][X] homework (by: 20 Sep 2023 12:34)
  3. [E][X] spa camp (from: 22 Sep 2023 12:00 to: 25 Sep 2023

Stats

Here are the task statistics:
Tasks completed this week: 2
66.67% tasks completed this week
Total tasks completed: 2
66.67% total tasks completed

Help πŸ’:

Can’t remember all the commands? Dont worry!!!
Use the command: help
Bloop Bloop will assist you and list out all available commands!

Acknowledgements:

Javadocs were written by ChatGPT :)
The extra Javadocs html were generated using IntelleJ software :)