From 728241e40eae2bbab4e54fe5ca01994339292f3f Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 2 Jul 2025 22:49:39 +0200 Subject: docs: add screenshots to README --- .github/home.png | Bin 0 -> 391875 bytes .github/settings.png | Bin 0 -> 633106 bytes README.md | 7 +++++++ 3 files changed, 7 insertions(+) create mode 100644 .github/home.png create mode 100644 .github/settings.png diff --git a/.github/home.png b/.github/home.png new file mode 100644 index 0000000..41bfeba Binary files /dev/null and b/.github/home.png differ diff --git a/.github/settings.png b/.github/settings.png new file mode 100644 index 0000000..b980240 Binary files /dev/null and b/.github/settings.png 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 + +
+ Home Page + Settings Page +
+ ## Prerequisites - Node.js 18+ -- cgit v1.3.1