Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# something (todo)
# <img src="assets/logos.png" alt="something logo" width="40" style="margin-right: 8px; vertical-align: middle;" /> something (todo)
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inline CSS styles in markdown may not render consistently across all markdown parsers. GitHub supports this, but many other platforms (like npm, PyPI, or certain documentation generators) may strip out the style attribute. Consider using standard markdown formatting or placing the logo on its own line without inline styles for better portability.

Suggested change
# <img src="assets/logos.png" alt="something logo" width="40" style="margin-right: 8px; vertical-align: middle;" /> something (todo)
# ![something logo](assets/logos.png) something (todo)

Copilot uses AI. Check for mistakes.

A tiny todo app built with React Native and Expo.

<img src="assets/splash-icon.png" alt="Splash light" width="180" />
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="assets/splash-icon-dark.png" alt="Splash dark" width="180" />
Comment on lines +5 to +7
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's inconsistent indentation on this line with two leading spaces before the img tag. This doesn't match the formatting of the rest of the document and could cause unexpected rendering. Remove the leading spaces to align with the document's formatting style.

Suggested change
<img src="assets/splash-icon.png" alt="Splash light" width="180" />
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="assets/splash-icon-dark.png" alt="Splash dark" width="180" />
<img src="assets/splash-icon.png" alt="Splash light" width="180" />
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="assets/splash-icon-dark.png" alt="Splash dark" width="180" />

Copilot uses AI. Check for mistakes.

## Features

- Create and manage todos
Expand All @@ -12,6 +16,31 @@ A tiny todo app built with React Native and Expo.
- Dark mode support
- Smart notifications (daily briefing, due date reminders, overdue nudges)

## Screenshots

<table>
<tr>
<td align="center"><img src="screenshots/home-light.png" width="240" alt="Home - Light" /></td>
<td align="center"><img src="screenshots/home-dark.png" width="240" alt="Home - Dark" /></td>
</tr>
<tr>
<td align="center"><img src="screenshots/detail.png" width="240" alt="Todo detail" /></td>
<td align="center"><img src="screenshots/date-picker.png" width="240" alt="Date picker" /></td>
</tr>
<tr>
<td align="center"><img src="screenshots/categories.png" width="240" alt="Category picker" /></td>
<td align="center"><img src="screenshots/category-picker.png" width="240" alt="Category form" /></td>
</tr>
<tr>
<td align="center"><img src="screenshots/settings-light.png" width="240" alt="Settings - Light" /></td>
<td align="center"><img src="screenshots/settings-dark.png" width="240" alt="Settings - Dark" /></td>
</tr>
<tr>
<td align="center"><img src="screenshots/login.png" width="240" alt="Login" /></td>
<td align="center"><img src="screenshots/notification.png" width="240" alt="Notification" /></td>
</tr>
</table>

## Tech Stack

- React Native / Expo (Expo Router)
Expand Down
Binary file added assets/logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/categories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/category-picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/date-picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/home-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.