From 5c1150ce38da5ba03ae8aabfbe67ecdceae48f2e Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Wed, 16 Feb 2022 22:41:02 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da8d6a5..faebb14 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ The wishlist app is a simple webapp for publishing wishlists. It allows to share wishlists for different people or occasions with friends and family. If something was bought from the wishlist, it can be removed from the list to prevent duplicate purchases. -![DEMO](https://codesandbox.io/s/wishlist-app-h0htfc) + + +[DEMO](https://codesandbox.io/s/wishlist-app-h0htfc) + + The app can be easily self-hosted via Docker (see docker-compose example below). From 24a971d5bcf07515115795d49d1f489c8ccd072e Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Wed, 16 Feb 2022 22:46:16 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index faebb14..27e8dc6 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ The wishlist app is a simple webapp for publishing wishlists. It allows to share wishlists for different people or occasions with friends and family. If something was bought from the wishlist, it can be removed from the list to prevent duplicate purchases. - - -[DEMO](https://codesandbox.io/s/wishlist-app-h0htfc) - - - The app can be easily self-hosted via Docker (see docker-compose example below). + +[DEMO](https://h0htfc.sse.codesandbox.io) + + +## Screenshots + ![Overview Image](.github/assets/overview.jpg) ![Detail Image](.github/assets/details.jpg)