Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
/ DoMatrix Public archive

DoMatrix is an iOS to-do list app using Eisenhower matrix method, build with SwiftData & SwiftUI.

License

Notifications You must be signed in to change notification settings

BaherTamer/DoMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README Cover


🇵🇸 Don't forget to pray for Palestine and the Palestinians


💠 DoMatrix

Welcome to DoMatrix, your go-to to-do list app, designed to help you prioritize and manage your tasks effectively using the Eisenhower Matrix method. Built with SwiftData & SwiftUI.


📝 Requirements

iOS 17.0+ Xcode 15.0+


🚀 Releases

For a detailed list of all DoMatrix releases and their changelogs, check out the GitHub Releases page. Here you can find information about each version, including new features, improvements, and bug fixes.


▶️ Demo

Check out the demo videos on YouTube to see DoMatrix in action.


🌟 Features

  • Add new tasks with title and urgency/importance toggles, allowing for automatic categorization.
  • Mark tasks as completed or not completed, providing a clear overview of your progress.
  • Delete tasks with swipe actions and a confirmation dialog, ensures you don't accidentally remove a task.
  • Show/hide completed tasks to stay focused on what's important.
  • Filter tasks by priority, helping you tackle what matters most based on urgency and importance.

🖼️ Screenshots

Tasks List Add Task Filter Tasks
All Tasks Add Task Filter Menu

🛠️ Tools

  • Swift
  • SwiftUI
  • SwiftData
  • OSLog

🏗️ Architecture

This app uses MVVM (Model - View - View Model) architectural pattern.


MVVM Architectural Pattern


🗂️ Project Structure

    DoMatrix                         # Root Group
    .
    ├── Presentation                 # Organizing views and view-related components
    |   └── Scenes                   # All interface screens
    |       └── Scene                # A scene that represents single screen/feature
    |           ├── Components       # Related components for a scene
    |           ├── Views            # SwiftUI Views for a scene
    |           └── View Models      # View Models for a SwiftUI view
    ├── Models                       # Data models and entities
    ├── Extensions                   # Useful extensions for presentation
    ├── Globals                      # App constants
    └── Resources                    # Contains app assets and resources

⚖️ License

DoMatrix is available under the MIT license.

    MIT License
    
    Copyright (c) 2023 Baher Tamer
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.