Initial commit: PassMaster PWA MVP

This commit is contained in:
knuthtimo-lab 2025-08-26 11:50:46 +02:00
parent 0623e2e29f
commit 8fced0f9b8
54 changed files with 0 additions and 0 deletions

0
.dockerignore Normal file → Executable file
View File

0
.editorconfig Normal file → Executable file
View File

0
.env.example Normal file → Executable file
View File

0
.eslintrc.cjs Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.prettierrc Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
IMPROVEMENTS.md Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
PWA_IMPLEMENTATION.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app/globals.css Normal file → Executable file
View File

0
app/layout.tsx Normal file → Executable file
View File

0
app/offline-test/page.tsx Normal file → Executable file
View File

0
app/page.tsx Normal file → Executable file
View File

0
app/privacy/page.tsx Normal file → Executable file
View File

0
docker-compose.yml Normal file → Executable file
View File

0
next.config.js Normal file → Executable file
View File

0
nginx.conf Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
postcss.config.js Normal file → Executable file
View File

0
public/icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/README.md Normal file → Executable file
View File

0
public/icons/icon-128.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-144.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-152.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-192.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-384.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-512.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-72.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/icons/icon-96.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 921 KiB

After

Width:  |  Height:  |  Size: 921 KiB

0
public/manifest.json Normal file → Executable file
View File

0
public/screenshots/README.md Normal file → Executable file
View File

0
public/screenshots/desktop.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
public/screenshots/mobile.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
scripts/check-status.js Normal file → Executable file
View File

0
scripts/create-screenshots.js Normal file → Executable file
View File

0
scripts/generate-icons.js Normal file → Executable file
View File

0
scripts/setup.js Normal file → Executable file
View File

0
src/app/globals.css Normal file → Executable file
View File

0
src/app/layout.tsx Normal file → Executable file
View File

0
src/app/offline-test/page.tsx Normal file → Executable file
View File

0
src/app/page.tsx Normal file → Executable file
View File

0
src/app/privacy/page.tsx Normal file → Executable file
View File

0
src/components/FAQ.tsx Normal file → Executable file
View File

0
src/components/FloatingCTA.tsx Normal file → Executable file
View File

0
src/components/PWAInstallPrompt.tsx Normal file → Executable file
View File

0
src/components/PasswordGenerator.tsx Normal file → Executable file
View File

0
src/components/layout/Footer.tsx Normal file → Executable file
View File

0
src/components/layout/Header.tsx Normal file → Executable file
View File

0
src/components/theme-provider.tsx Normal file → Executable file
View File

0
src/utils/passwordGenerator.ts Normal file → Executable file
View File

0
tailwind.config.js Normal file → Executable file
View File

0
tsconfig.json Normal file → Executable file
View File