diff --git a/README.md b/README.md index 77ad04c..f9acc5d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Web app for your family's Christmas shopping ## Purpose To create a simple place for your entire family to use to find gifts that people want, and to avoid double-gifting. +## Screenshots +![Screenshot](screenshots/main.png) +![Screenshot](screenshots/list.png) +![Screenshot](screenshots/link-not-required.png) +![Screenshot](screenshots/name-from-link.png) + ## Docker ``` docker run --detach --name christmas-community -p 80:80 --restart always wingysam/christmas-community diff --git a/screenshots/link-not-required.png b/screenshots/link-not-required.png new file mode 100644 index 0000000..6b0a429 Binary files /dev/null and b/screenshots/link-not-required.png differ diff --git a/screenshots/list.png b/screenshots/list.png new file mode 100644 index 0000000..5025c2e Binary files /dev/null and b/screenshots/list.png differ diff --git a/screenshots/main.png b/screenshots/main.png new file mode 100644 index 0000000..d40bcdf Binary files /dev/null and b/screenshots/main.png differ diff --git a/screenshots/name-from-link.png b/screenshots/name-from-link.png new file mode 100644 index 0000000..e3e6487 Binary files /dev/null and b/screenshots/name-from-link.png differ