# To-Do List App (Flutter + Provider)
A simple and interactive **To-Do List App** built with **Flutter** as part of my DEPI internship.
The app helps users organize daily tasks efficiently with features like adding, editing, deleting, marking as completed, and managing favorite tasks.
---
## Features
- **Login Screen** with form validation.
- **Task Management**: add, edit, delete, and check/uncheck tasks.
- **Counters** for total tasks and remaining tasks.
- **Favorites Page** to view and manage important tasks.
- **State Management** using **Provider** for clean and scalable architecture.
- **Cross-platform support** (Android, iOS, Web).
---
## ️ Tools & Technologies
- **Flutter SDK**
- **Dart language**
- **Android Studio** (IDE)
- **Provider** for state management