diff --git a/README.md b/README.md index d9203e23..b6260391 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ This project is a work in progress and not ready for production use. ## Requirements * PHP 8 +## Screenshots +![Home](/includes/assets/img/home.png "Home") +![Create a wishlist](/includes/assets/img/wishlist-create.png "Create a wishlist") +![Add a product](/includes/assets/img/wishlist-product-add.png "Add a product") + ## Contributing Install dependencies ``` diff --git a/includes/assets/img/home.png b/includes/assets/img/home.png new file mode 100644 index 00000000..49e825a5 Binary files /dev/null and b/includes/assets/img/home.png differ diff --git a/includes/assets/img/wishlist-create.png b/includes/assets/img/wishlist-create.png new file mode 100644 index 00000000..1e4df3ac Binary files /dev/null and b/includes/assets/img/wishlist-create.png differ diff --git a/includes/assets/img/wishlist-product-add.png b/includes/assets/img/wishlist-product-add.png new file mode 100644 index 00000000..5a6aac4d Binary files /dev/null and b/includes/assets/img/wishlist-product-add.png differ