Taskly is a cross-platform mobile task management application that allows users to manage daily tasks with cloud synchronization and secure authentication.
The project focuses on mobile application development, real-time data handling, and backend-as-a-service integration using Firebase.
- Mobile: Flutter, Dart
- Backend Services: Firebase Authentication, Firestore
- Platform: Android / iOS
- Create, update, complete, and delete tasks
- Real-time task synchronization across sessions
- Secure user authentication (email / phone)
- User-specific task storage and access control
- Profile and application preference management
- Widget-based Flutter architecture
- Separation of UI, state management, and data services
- Reusable components for task and user flows
- Firebase Authentication for user identity management
- Firestore as a real-time NoSQL database
- User-scoped data access rules for security
- Clone the repository
- Install Flutter dependencies
- Configure Firebase credentials
- Run the application on an emulator or physical device
This project is licensed under the MIT License.