Duke schedules your events, deadlines, etc and helps you organise better
It is:
- Text based
- User friendly
- Easy to modify
Here's how you can use it:
- Download it Github pages
- Add and modify tasks
Feature:
- Managing events
- Managing deadlines
- Set tasks to be done after a certain date
-
- If you Java programmer, you can use it to practice Java too. Here's the Launcher method:
public class Launcher {
public static void main(String[] args) {
Application.launch(Main.class, args);
}
}