diff --git a/README.md b/README.md index c6a2dff..8e45136 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ ![Dark Mode Screenshot](screenshots/all-dark.png) +![Light Mobile Screenshot](screenshots/mobile-all-light.png) + +![Dark Mobile Screenshot](screenshots/mobile-all-dark.png) + ## 🚀 How It Works This app allows users to manage their tasks, projects, areas, notes, and tags in an organized way. Users can create tasks, projects, areas (to group projects), notes, and tags. Each task can be associated with a project, and both tasks and notes can be tagged for better organization. Projects can belong to areas and can also have multiple notes and tags. This structure helps users categorize and track their work efficiently, whether they’re managing individual tasks, larger projects, or keeping detailed notes. diff --git a/screenshots/all-dark.png b/screenshots/all-dark.png index 9ec60cb..27553fe 100644 Binary files a/screenshots/all-dark.png and b/screenshots/all-dark.png differ diff --git a/screenshots/all-light.png b/screenshots/all-light.png index 1a6cad0..a8695e8 100644 Binary files a/screenshots/all-light.png and b/screenshots/all-light.png differ diff --git a/screenshots/mobile-all-dark.png b/screenshots/mobile-all-dark.png new file mode 100644 index 0000000..87d48a4 Binary files /dev/null and b/screenshots/mobile-all-dark.png differ diff --git a/screenshots/mobile-all-light.png b/screenshots/mobile-all-light.png new file mode 100644 index 0000000..f529c12 Binary files /dev/null and b/screenshots/mobile-all-light.png differ diff --git a/screenshots/projects.png b/screenshots/projects.png deleted file mode 100644 index 0c5c0c1..0000000 Binary files a/screenshots/projects.png and /dev/null differ diff --git a/screenshots/tasks.png b/screenshots/tasks.png deleted file mode 100644 index 105a727..0000000 Binary files a/screenshots/tasks.png and /dev/null differ