Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkappdev committed Oct 25, 2021
1 parent d880ac8 commit 3c2605c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,27 @@
</p>
</div>

## Features
- Keep track of tasks with to-do lists

<img src="Images/item_list.png" alt="List of to-do items" height="600" />

- Mark to-dos as completed when you're done

<img src="Images/item_list_mark_as_completed.png" alt="Marking item as completed" height="600" /> <img src="Images/item_list_mark_as_not_completed.png" alt="Marking item as not completed" height="600" />

- Create reminders

<img src="Images/edit_item_screen.png" alt="Item editing screen with reminder settings" height="600" /> <img src="Images/notification_example.png" alt="Notification example" height="600" />

- Organize items using lists

<img src="Images/group_list.png" alt="Collection of to-do lists" height="600" /> <img src="Images/edit_group_screen.png" alt="List editing screen" height="600" />

- Keep track of tasks on iPadOS or Macs with Apple Silicon

<img src="Images/ipad_item_list.png" alt="List of to-do items" height="600" /> <img src="Images/ipad_edit_group_screen.png" alt="List editing screen" height="600" />

## Requirements
- iOS 15+
- iPadOS 15+
Expand Down

0 comments on commit 3c2605c

Please sign in to comment.