Skip to content

🎯 TaskMaster is a user-friendly task management application built with Flutter, designed to help you stay organized and productive.

License

Notifications You must be signed in to change notification settings

fulleni/TaskMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

62 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TaskMaster: A Streamlined Productivity Solution 🎯

TaskMaster is a cross-platform (Android, iOS, and Web) task management application developed using Flutter. It offers a streamlined and intuitive interface for efficient task organization and prioritization.

✨ Key Features

  • πŸ“Š Task Overview Dashboard: A centralized dashboard displays all tasks, with convenient filtering options based on completion status (completed/pending).
  • πŸ“ˆ Task Statistics: A dedicated statistics view provides insights into task completion rates, displaying the total number of tasks, completed tasks, and pending tasks. Future iterations will incorporate visual representations, such as graphs, for enhanced data analysis.
  • βž• Task Creation: A user-friendly interface for adding new tasks, including details such as descriptions and due dates (to be implemented in future versions).
  • ✏️ Task Editing: Modify existing tasks seamlessly via a dedicated edit view accessible from the task overview.
  • πŸ—‘οΈ Task Deletion: Tasks can be easily removed with a swipe gesture on the task list. An undo functionality is provided for accidental deletions.
  • βš™οΈ Comprehensive Settings:
    • 🎨 Theme Customization: Personalize the app's appearance with light, dark, and system theme modes, along with customizable accent colors (Grey, Red, Blue).
    • πŸ”€ Font Options: Select from a curated collection of 10 Google Fonts and adjust the font size (Default, Medium, Large) to optimize readability.
    • 🌐 Localization: The app supports both English and Arabic languages, with full localization and right-to-left (RTL) layout support.
    • ℹ️ About TaskMaster: Provides information about the application, including a description and a list of open-source licenses for dependencies.

πŸ“± App Screenshots

Here's a visual overview of TaskMaster's key features and screens, showcasing both Left-to-Right (LTR) and Right-to-Left (RTL) layouts:

Feature/Page LTR RTL
Todos Overview link link
Add Todo link link
Todos Stats link link
Language Settings link link
Theme Settings link link
Font Settings link link
Light Mode link link
About Us link link
Error link link

πŸ—οΈ Architecture

TaskMaster is built upon a layered architecture, adhering to SOLID principles and clean code practices for maintainability and scalability. BLoC (Business Logic Component) is employed for state management, ensuring consistent and predictable application behavior. A robust error handling mechanism, utilizing custom exceptions, provides informative error messages to the user through dedicated UI screens. Task data and user preferences are persistently stored using local storage.

πŸš€ Planned Features

This section outlines the features currently planned for future development.

  • ⏰ Reminders and Due Dates: Set reminders for specific times or locations and assign due dates to tasks.
  • 🏷️ Task Categorization/Tagging: Organize tasks using categories, tags, projects, or lists.
  • πŸ”„ Synchronization Across Devices: Access and manage tasks seamlessly across multiple devices.
  • 🀝 Collaboration/Sharing: Share lists or tasks with others, assign tasks, and collaborate on projects.
  • ⭐ Priority Levels: Assign priority levels (e.g., high, medium, low) to tasks for better prioritization.
  • πŸ” Recurring Tasks: Set tasks to repeat on a regular basis (daily, weekly, monthly, etc.).
  • ✨ Enhanced Task Overview Page:
    • πŸ“… Clear Visual Cues: Display due dates, categories/tags, priority levels, and recurring task indicators prominently.
    • πŸŽ›οΈ Interactive Elements: Implement filtering (by completion, category/tag, priority, due date) and sorting (by due date, priority, category/tag, alphabetically).
    • πŸ‘† Swipe Actions: Maintain swipe-to-delete and consider adding swipe-to-edit or swipe-to-mark-as-complete.
    • ✏️ Tap to Edit: Make task items tappable to open the edit screen.
    • πŸ‘οΈβ€πŸ—¨οΈ Visual Hierarchy: Use clear spacing, concise information, and consider progress indicators.
    • πŸ“œ Empty State: Display a friendly message and call to action when there are no tasks.

πŸ› οΈ Installation

  1. Ensure that the Flutter SDK is installed on your development machine. Refer to the official Flutter installation guide for detailed instructions.
  2. Clone the TaskMaster repository: git clone https://github.com/fulleni/TaskMaster.git
  3. Navigate to the project directory: cd TaskMaster
  4. Install the required dependencies: flutter pub get

πŸƒ Running the Application

  1. Connect a physical device (Android or iOS) or launch a simulator.
  2. Execute the application: flutter run

For web deployment:

  1. Execute the application: flutter run -d chrome (or your preferred browser)

πŸ™Œ Contributing

We welcome contributions from the community! Please submit issues and pull requests through the repository.

πŸ“œ Licensing

This project is licensed under the MIT License.

πŸ’¬ Contact

For bug reports and feature requests, please use the issue tracker. For general discussions, questions, and community conversations, feel free to use the issue tracker tab.

About

🎯 TaskMaster is a user-friendly task management application built with Flutter, designed to help you stay organized and productive.

Topics

Resources

License

Stars

Watchers

Forks

Languages