Speed is a command-line task management chatbot designed to help you track todos, deadlines, and events efficiently.
Speed runs in the terminal and responds instantly to simple text commands.
Prerequisites:
- JDK 17
- Latest version of IntelliJ IDEA
-
Open IntelliJ. (If a project is already open, click
FileβClose Projectfirst.) -
Click Open.
-
Select the project directory and click OK.
-
If prompted, accept the default settings.
-
Configure the project to use JDK 17:
- Go to
FileβProject StructureβProject - Set Project SDK to JDK 17
- Set Project language level to
SDK default
- Go to
-
Locate:
src/main/java/speed/Speed.java -
Right-click it and select Run Speed.main().
If everything is set up correctly, you should see:
____________________________________________________________
YO! I'M SPEED!
βββββββββββββββ βββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββ ββββββ βββ βββ
βββββββββββββββ ββββββ ββββββ βββ βββ
βββββββββββ ββββββββββββββββββββββββ
βββββββββββ βββββββββββββββββββββββ
WHAT CAN I DO FOR YOU BROOOO??
Type <help> to view the list of available commands.
____________________________________________________________
Warning:
Keep the src/main/java folder structure unchanged, as tools such as Gradle expect this default layout.