Core Task Management
Title: Implement basic task management Description:
User Story
As a user, I want to create, view, and manage my tasks so that I can keep track of my to-do items.
Requirements
- Create new tasks with a title and description
- View list of all tasks
- Mark tasks as complete
- Delete tasks
Acceptance Criteria
-
User can create a new task -
User can see all their tasks in a list -
User can mark tasks as complete -
User can delete unwanted tasks -
UI is simple and intuitive