diff --git a/README.md b/README.md index 031eefb..dfc7a23 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,33 @@ A modern web application for reading digital comics, built with Next.js 14 and the Komga API. +You can try it out with the following credentials on https://stripstream.julienfroidefond.com : + +- Email: `demo@stripstream.local` +- Password: `fft$VSD96dis` + +## 📸 Capture + +### Home + +![Capture d'écran de l'application](./docs/images/home.png) + +![Capture d'écran de l'application](./docs/images/nav.png) + +### Series + +![Capture d'écran de l'application](./docs/images/series%20list.png) + +### Books + +![Capture d'écran de l'application](./docs/images/books%20list.png) + +### Reader + +![Capture d'écran de l'application](./docs/images/reader%20double%20page.png) + +![Capture d'écran de l'application](./docs/images/reader%20nav.png) + ## 🚀 Technologies - [Next.js 14](https://nextjs.org/) diff --git a/docs/images/books list.png b/docs/images/books list.png new file mode 100644 index 0000000..b983b4c Binary files /dev/null and b/docs/images/books list.png differ diff --git a/docs/images/home.png b/docs/images/home.png new file mode 100644 index 0000000..13c48ee Binary files /dev/null and b/docs/images/home.png differ diff --git a/docs/images/nav.png b/docs/images/nav.png new file mode 100644 index 0000000..9c95de1 Binary files /dev/null and b/docs/images/nav.png differ diff --git a/docs/images/reader double page.png b/docs/images/reader double page.png new file mode 100644 index 0000000..bfa71a3 Binary files /dev/null and b/docs/images/reader double page.png differ diff --git a/docs/images/reader nav.png b/docs/images/reader nav.png new file mode 100644 index 0000000..0f9c80a Binary files /dev/null and b/docs/images/reader nav.png differ diff --git a/docs/images/series list.png b/docs/images/series list.png new file mode 100644 index 0000000..cfdde28 Binary files /dev/null and b/docs/images/series list.png differ diff --git a/src/components/auth/LoginForm.tsx b/src/components/auth/LoginForm.tsx index 44c94a6..1c7673c 100644 --- a/src/components/auth/LoginForm.tsx +++ b/src/components/auth/LoginForm.tsx @@ -70,7 +70,7 @@ export function LoginForm({ from }: LoginFormProps) { type="password" autoComplete="current-password" required - defaultValue="demo123" + defaultValue="fft$VSD96dis" className="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50" />