“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
EasyVery easy to learn!- USE TODAY!!! 😂 😂 😂
- 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
Prerequisites: JDK 11, update Intellij to the most recent version.
- Click here and download the jar file.
- Run java -jar ip.jar in command prompt. Yoou should see this output:
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