Skip to content

raydenlim/ip

 
 

Repository files navigation

User Guide

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 🐳🐳

  • Echo
  • Todo
  • DeadLine
  • Event
  • List
  • Mark
  • Unmark
  • Stats
  • Help
  • Stay tuned for more!!😄

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][ ] spa camp (from: 22 Sep 2023 12:00 to: 25 Sep 2023 15:00)

unmark 1

  1. [T][ ] laundry

list

  1. [T][X] laundry
  2. [D][X] homework (by: 20 Sep 2023 12:34)
  3. [E][ ] 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 92.1%
  • Java 4.0%
  • CSS 2.1%
  • JavaScript 1.8%