Features:
Displays tasks from an API or local storage.
Lets users add tasks with title, category, priority (high/medium/low), and due date.
Tasks can be marked complete/incomplete and deleted.
Tasks are filtered by a search box.
Uses dropdown for priority and a date picker for due date.
If the API is unavailable, it falls back to local storage.UI:
Cyberpunk-themed colors and styling.
FlatList shows tasks, each with actions for complete/undo and delete.
Form at the bottom for adding new tasks.