This is the CS2113 Individual Project from Joel (Hightech_TR). It is a Command-Line Interface (CLI) task list tracker based on the Java project Duke.
This chatbot's name and personality are based on Raki Kazuki, a Virtual YouTuber formerly from PixelLink.
Visit the user guide for an overview of installing and using TrashpanBot: https://hightechtr.github.io/TrashpanBot
Prerequisites: JDK 17, update Intellij to the most recent version.
- Open IntelliJ (if you are not in the welcome screen, click
File>Close Projectto close the existing project first) - Open the project into IntelliJ as follows:
i. Click
Open. ii. Select the project directory, and clickOK. iii. If there are any further prompts, accept the defaults. - Configure the project to use JDK 17 (not other versions) as explained in here.
In the same dialog, set the Project language level field to theSDK defaultoption. - After that, locate the
src/main/java/TrashpanBot.javafile, right-click it, and chooseRun Duke.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:__________________________________________________ This bot is based on the personality of Raki Kazuki from PixelLink. .##+- -#### ## .#### ### .## ## ## ################### ### ## ## ##### ##### ## ## ## # ## ### ### ### -##### +##### ### ### -######### #########+ ### ## #### ### #### #### ### ### ######### ######### ### ### ##### ###### ###- ## #### #### #### ##### ## ## Raah! I'm TrashpanBot!
Warning: Keep the src\main\java folder as the root folder for Java files (i.e., don't rename those folders or move Java files to another folder outside of this folder path), as this is the default location some tools (e.g., Gradle) expect to find Java files.
