QuickTask is an offline-first task management app designed to help users organize their tasks efficiently. QuickTask is using Flutter for its UI and hive as the local datastore and Back4App as the remote datastore.
Quick.Task.-.Full.Demo.mp4
- Implement basic user authentication using Back4App.
- Allow users to sign up and log in to the app securely.
- Users can add, view, and delete tasks.
- Each task should have a title and a due date.
- Tasks can be marked as completed or incomplete.
- Provide an option to toggle the status of tasks.
- Edit Task: Allow users to edit task details such as the title and due date.
- Simple UI Enhancements: Add basic styling and layout improvements to enhance the user experience.
- Error Handling: Implement basic authentication and data management error handling.