Skip to content

[National University of Singapore] CS2103T AY23/24-S2 — Software Engineering — Individual Project

License

Notifications You must be signed in to change notification settings

aureliony/ip

 
 

Repository files navigation

CI Status

ConvoBot

"Don't be afraid to give up the good to go for the great." — John D. Rockefeller (source)

ConvoBot elevates your task management to the next level.

  • text-based
  • easy to learn
  • FAST SUPER FAST to use

All you need to do is,

  1. download it from here.
  2. run it.
  3. add your tasks.
  4. let it manage your task for you 😉

And it is FREE!

Features:

  • Manage todos
  • Manage deadlines
  • Manage events
  • Manage reminders
  • Graphical UI
  • Cloud storage

It is written in Java. Here's the main method:

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

Acknowledgements

me.xdrop:fuzzywuzzy for fuzzy string matching, licensed under the GPL-2.0 license

About

[National University of Singapore] CS2103T AY23/24-S2 — Software Engineering — Individual Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • CSS 1.3%