Skip to content

kimberlybp/ip

 
 

Repository files navigation

Nook

"Time is money, after all. The more you get done, the more you'll earn!" - Tom Nook

Tom Nook, the seasoned manager of Animal Crossing islands, has now turned his attention to assisting you with managing your tasks in the Nook app. With his expertise and guidance, you can tackle your to-do list with ease and efficiency.

Nook is an app that helps you manage your time. It's,

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

In order to use it..

  1. Download the JAR file from here
  2. Double-click it
  3. Refer to this User Guide for the commands
  4. Let Tom Nook handle the rest! 😎

Features

  • List all your tasks
  • Manage Todos, Deadlines and Events
  • Set Priorities for your Tasks

Devs feel free and play around with the code!

Here's a preview of the main method:

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

// For CLI
public static void main(String[] args) {
    new TomNook(PATH).run();
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 97.6%
  • Shell 1.4%
  • Batchfile 1.0%