From b9e328181fa82ce50e1d42c6ab8ff774a254349d Mon Sep 17 00:00:00 2001 From: Yura Dupyn <2153100+omedusyo@users.noreply.github.com> Date: Fri, 15 May 2026 17:14:04 +0200 Subject: [PATCH] README update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 366cb30..87b8bfc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # Picturarium -Picturarium is a small React image gallery using the Lorem Picsum API. It displays paginated image thumbnails, caches loaded pages during the session, and opens selected images in a larger +[Picturarium](https://projects.dupyn.com/picturarium/) is a small React image gallery using the Lorem Picsum API. It displays paginated image thumbnails, caches loaded pages during the session, and opens selected images in a larger modal view. The app uses TypeScript, Material UI, and explicit remote/request state handling for loading and error states. # Installation This assumes `node` is installed on your system. -TODO: specify `git clone` too here. ```bash -git clone // TODO +git clone https://git.meatbagoverclocked.com/omedusyo/picturarium # or `git clone https://github.com/omedusyo/picturarium` in case internet provider disconnects my internet or my minipc explodes. cd picturarium npm install ```