Momentum is a task management app built with Flutter and Firebase, designed for productivity and simplicity. Users can add, edit, delete, and track tasks with timers, categories, and reminders.
- 📝 Add / Edit / Delete Tasks
- ⏱️ Set Timers & Due Dates
- 🛎️ Task Reminders (Planned)
- 📦 Clean Architecture using Provider
- 🔄 Real-Time Firebase Sync
- 🔐 Firebase Authentication
- 💡 Light & Dark Mode Support
| Layer | Technology |
|---|---|
| Frontend | Flutter (Dart) |
| State Management | Provider |
| Backend | Firebase Firestore |
| Authentication | Firebase Auth |
| Local Storage | SharedPreferences |
- Go to the Firebase Console
- Create a new project
- Add Firebase to your Flutter app
- Download the
google-services.jsonfile and place it in/android/app - Enable Authentication and Cloud Firestore
- Flutter SDK (v3.0.0+)
- Dart SDK
- Android Studio / VS Code
- Firebase Project
git clone https://github.com/yourusername/task_manager_clean.git
cd task_manager_clean
flutter pub get
flutter run
🧑💻 Author
Oluwadamisi Damilola
Flutter & Firebase Developer
📧 addypearl09@gmail.com



