Skip to content

Jun-How/ip

 
 

Repository files navigation

JeoBot

Struggling to keep your life organised? JeoBot is the right tool for you!

JeoBot keeps you worry-free by keeping track of the things you need to do.

Plus Points ✔️

  • Text-based
  • User-friendly
  • Convenient
  • FAST BREAKNECK FAST to use
  • What's more, it is FREE!

Activation

  1. Download the latest JAR release file from here.
  2. Open your terminal.
  3. Navigate to the directory where you saved the JAR file.
  4. Type java -jar “jeo_v0.3.jar”. It should start running.
  5. Add your tasks.
  6. Let it manage your tasks for you 😉

Features

  • Managing different tasks (ToDo, Deadline, Event)
  • Finding tasks based on keyword or due date
  • Adding tags for customisation
  • GUI support provided
  • Reminders (coming soon)

If you are a Java programmer, you may use it to practise Java too! Here's the main method:

public class Launcher {
    public static void main(String[] args) {
        Application.launch(Main.class, args);
    }
}

What are you waiting for? Download it already!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • Shell 1.3%
  • Batchfile 0.9%