This is a simple task manager app built using JavaScript and jQuery. It allows users to add, edit, and delete tasks, as well as filter tasks by title or description.
The task manager app has the following features:
- Add tasks: Users can add new tasks by clicking the "Add Task" button. A dialog box will appear where users can enter the task title, description, and assignees.
- Edit tasks: Users can edit existing tasks by clicking the "Edit" button next to the task. A dialog box will appear where users can change the task title, description, and assignees.
- Delete tasks: Users can delete existing tasks by clicking the "Delete" button next to the task.
- Filter tasks: Users can filter tasks by title or description by typing a search query into the search box.
Click here to view the live demo.