Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

LargeCrowd/ip

 
 

Repository files navigation

CatChat User Guide

CatChat is my attempt at making my personalised version of Duke. Given below are instructions on how to use it.

Helpful Commands

Here is a list of commands that you can input:

  1. help - Displays this helpful list of commands
  2. list - Displays your task list
  3. todo task - Adds a Todo task to the list
  4. deadline task /by - Adds a Deadline task to the list
  5. event task /from date /to date - Adds an Event task to the list
  6. mark done index - Marks the task at the given index as done
  7. mark undone index - Marks the task at the given index as undone
  8. delete index - Deletes the task at the given index
  9. find keyword - Finds tasks that contain the given keyword
  10. bye - Exits the program

Hope you enjoy using it!

Setting up in Intellij

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

  1. Open Intellij (if you are not in the welcome screen, click File > Close Project to close the existing project first)
  2. Open the project into Intellij as follows:
    1. Click Open.
    2. Select the project directory, and click OK.
    3. If there are any further prompts, accept the defaults.
  3. Configure the project to use JDK 11 (not other versions) as explained in here.
    In the same dialog, set the Project language level field to the SDK default option.
  4. After that, locate the src/main/java/Launcher.java file, right-click it, and choose Run Launcher.main() (if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output:
![image](https://github.com/LargeCrowd/ip/assets/102574520/10a5872a-e425-49fe-b28b-509c8c8ec361)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • Shell 2.2%
  • Batchfile 1.6%