Todo APP
I developed a Task Management Application using Flutter, focusing on authentication, CRUD operations, and Firebase integration.
Key Features:
Implemented Firebase Auth with sign-in, sign-up.
Users can add, update, view, and delete tasks.
Home Screen: lists the user’s tasks
Details Screen: Shows task description, deadline, etc
Add Task Screen: Allowed users to create new tasks.
Delete Confirmation: Added a safe delete feature.