A simple and beautiful Flutter To-Do App that helps you manage your daily tasks efficiently.
You can sign up, log in, stay signed in, and organize your tasks by date and color — all in one place!
-
User Authentication
- Sign up and log in securely with your email.
- Stay logged in automatically until you sign out.
-
Task Management
- Add tasks for any specific date.
- Choose different colors for your notes (e.g. blue, red, yellow, etc.) for better visual organization.
- Swipe left on a task to delete it instantly.
-
Clean UI
- Simple and intuitive interface built with Flutter’s modern design principles.
- Flutter (Frontend)
- Firebase Authentication (Sign up / Sign in)
- Cloud Firestore (Task storage)
- Provider / Riverpod (State management, if used)
- Clone the repository:
git clone https://github.com/CoderMS07/To-Do-App.git
- Navigate into the project folder: cd To-Do-App
- Get the dependencies: flutter pub get
- Run the app: flutter run
👨💻 Author CoderMS07 Built with ❤️ using Flutter & Firebase.