diff --git a/README.md b/README.md index a18a1e7..d721a4f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A self-contained Go server that receives GPS location data from the [Colota Android app](https://colota.app), stores it in an SQLite3 database, and serves a web frontend for browsing trips on a map. +![Breadcrumb screenshot](docs/screenshot.png) + ## Quick Start ```bash diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 0000000..324724a Binary files /dev/null and b/docs/screenshot.png differ