
The TodoList app is a simple mobile application built with React Native. It features a clean and intuitive interface that allows users to create, update, and delete tasks on their smartphones.
Features
- Add Task: Users can add new tasks to the list by entering a title and description.
- Update Task: Users can edit the title and description of existing tasks.
- Delete Task: Users can remove tasks from the list by swiping left on the task card.
- Mark Task as Completed: Users can mark tasks as completed by tapping the checkbox on the task card.
- Filter Tasks: Users can filter tasks by All, Active, and Completed status.
- Clear Completed Tasks: Users can remove all completed tasks from the list with a single tap.