diff --git a/README.md b/README.md index d0801d1..d583a27 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,8 @@ A self-contained Go application that: - Serves file uploads via web UI - Tracks uploads/downloads with timestamps - Displays an admin dashboard with a Bootstrap UI and Chart.js graphs -- Serves all frontend files locally (no CDN) \ No newline at end of file +- Serves all frontend files locally (no CDN) + +![Main Site](screenshots/go-fileserver-index.png) +![Dashboard Download](screenshots/go-fileserver-dashboard.png) +![Dashboard Upload](screenshots/go-fileserver-dashboard-upload.png) \ No newline at end of file diff --git a/screenshots/go-fileserver-dashboard-chart.png b/screenshots/go-fileserver-dashboard-chart.png new file mode 100644 index 0000000..1333ea4 Binary files /dev/null and b/screenshots/go-fileserver-dashboard-chart.png differ diff --git a/screenshots/go-fileserver-dashboard-upload.png b/screenshots/go-fileserver-dashboard-upload.png new file mode 100644 index 0000000..0cd4c81 Binary files /dev/null and b/screenshots/go-fileserver-dashboard-upload.png differ diff --git a/screenshots/go-fileserver-dashboard.png b/screenshots/go-fileserver-dashboard.png new file mode 100644 index 0000000..62c106f Binary files /dev/null and b/screenshots/go-fileserver-dashboard.png differ diff --git a/screenshots/go-fileserver-index.png b/screenshots/go-fileserver-index.png new file mode 100644 index 0000000..f7de30f Binary files /dev/null and b/screenshots/go-fileserver-index.png differ