Skip to content

mukundrs/Task-Managing-Chatbot

 
 

Repository files navigation

Wednesday Dude

“It's wednesday my dudes” – Wednesday dude

Wednesday Dude is an application that allows you to manage your tasks more efficiently!!! 😄

  • Text-based
  • Quick and easy to use
  • Easy Very easy to learn!
  • USE TODAY!!! 😂 😂 😂

Features

  • Add tasks such as todos, deadlines or events
  • Mark them as done
  • Find tasks using specific key words
  • Delete tasks
  • List out all your tasks

Setup

Prerequisites: JDK 11, update Intellij to the most recent version.

  1. Click here and download the jar file.
  2. Run java -jar ip.jar in command prompt. Yoou should see this output:

Image of Ui

If you Java programmer, you can use it to practice Java too. Here's the Launcher class:

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

Adopted and modified from Project Duke

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.6%
  • Shell 2.0%
  • Batchfile 1.4%