commit 10b2b5deda0dce2c0a2893203063e8f22cd7736f
parent 5d53eff8f8e7205fcefdb0e29e13f2f6de7ddfcc
Author: William Lindholm <william_lindholm@outlook.com>
Date: Tue, 6 Jun 2023 16:44:48 +0200
Added assignment 2 (ToDo) to Readme.
Diffstat:
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/Media/ToDo_UI.png b/Media/ToDo_UI.png
Binary files differ.
diff --git a/README.md b/README.md
@@ -39,4 +39,13 @@ worker9 is taking a break with energy level 29
worker2 Is working with energy level 42
worker4 Is working with energy level 54
...
-```
-\ No newline at end of file
+```
+
+## Assignment 2 (ToDO):
+Java Swing assignment tracker.
+
+- Create tasks.
+- Mark tasks as complete.
+- 3 different types of tasks, StudyTasks, HomeTasks, and WorkTasks.
+- When creating a worktask, the color can be chosen by the user.
+- Tasks can be sorted based on, completion, type and name.
+\ No newline at end of file