diff --git a/README.md b/README.md index 22f527a..1dddcce 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,11 @@ cp config-template.json config.json ``` Edit config.json and add your database details. Then start the server with `systemctl start event-tracker.service` + +## Screenshots +### Main Page +![Main Page Preview](previews/Main-Page.png) +### Add Event Page +![Add event preview](previews/Add-Page.png) +### Edit Event Page +![Edit event preview](previews/Edit-Page.png) diff --git a/previews/Add-Page.png b/previews/Add-Page.png new file mode 100644 index 0000000..9b9a486 Binary files /dev/null and b/previews/Add-Page.png differ diff --git a/previews/Edit-Page.png b/previews/Edit-Page.png new file mode 100644 index 0000000..645a5e4 Binary files /dev/null and b/previews/Edit-Page.png differ diff --git a/previews/Main-Page.png b/previews/Main-Page.png new file mode 100644 index 0000000..c3dadc0 Binary files /dev/null and b/previews/Main-Page.png differ