Skip to content

Suwei02/ip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Speed User Guide

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.


Setting Up in IntelliJ

Prerequisites:

  • JDK 17
  • Latest version of IntelliJ IDEA
  1. Open IntelliJ. (If a project is already open, click FileClose Project first.)

  2. Click Open.

  3. Select the project directory and click OK.

  4. If prompted, accept the default settings.

  5. Configure the project to use JDK 17:

    • Go to FileProject StructureProject
    • Set Project SDK to JDK 17
    • Set Project language level to SDK default
  6. Locate:

    src/main/java/speed/Speed.java
    
  7. 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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.4%
  • Shell 2.0%
  • Batchfile 1.6%