MomoIsHeree / Taskimus

A simple task-management app
0 stars 0 forks source link

Create Sidebar for Task List and Add Task Functionality #1

Open MomoIsHeree opened 7 months ago

MomoIsHeree commented 7 months ago

Develop a sidebar on the left side of the application to display a list of tasks. Include an option within the sidebar to add new tasks.

MomoIsHeree commented 7 months ago

After some scoping, a TreeView seems to be the way to go, as a tree-like task structure is the end-goal.