aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-02 22:49:39 +0200
committerschererleander <leander@schererleander.de>2025-07-02 22:49:39 +0200
commit728241e40eae2bbab4e54fe5ca01994339292f3f (patch)
tree44a0a3caa1d1e7f8deae31fe9b62de3a44933cc9
parent82de8676d7d278fcf0bd17b7a6dd46126c6fdd46 (diff)
docs: add screenshots to README
-rw-r--r--.github/home.pngbin0 -> 391875 bytes
-rw-r--r--.github/settings.pngbin0 -> 633106 bytes
-rw-r--r--README.md7
3 files changed, 7 insertions, 0 deletions
diff --git a/.github/home.png b/.github/home.png
new file mode 100644
index 0000000..41bfeba
--- /dev/null
+++ b/.github/home.png
Binary files differ
diff --git a/.github/settings.png b/.github/settings.png
new file mode 100644
index 0000000..b980240
--- /dev/null
+++ b/.github/settings.png
Binary files differ
diff --git a/README.md b/README.md
index 0213e23..d87c0f1 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@
A Next.js application with user authentication, profile management, and file storage capabilities.
+## Screenshots
+
+<div align="center">
+ <img src=".github/home.png" alt="Home Page" width="45%" />
+ <img src=".github/settings.png" alt="Settings Page" width="45%" />
+</div>
+
## Prerequisites
- Node.js 18+