diff --git a/README.md b/README.md index 17bc99d..70eceb9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ and an interactive floorplan where clicking an outlet/fixture shows its breaker scheduling and vendor/quote tracking are planned for later phases — the schema is shaped to add them without a rework. +## Screenshots + +Desktop floorplan with a selected point and its circuit details: + +![Hearth desktop floorplan](docs/screenshots/floorplan-desktop.png) + +Circuit-walk capture at phone width: + +Hearth circuit-walk capture on a phone + See [ARCHITECTURE.md](ARCHITECTURE.md) for how it's put together and why. ## Layout diff --git a/docs/screenshots/circuit-walk-mobile.png b/docs/screenshots/circuit-walk-mobile.png new file mode 100644 index 0000000..66bfe4a Binary files /dev/null and b/docs/screenshots/circuit-walk-mobile.png differ diff --git a/docs/screenshots/floorplan-desktop.png b/docs/screenshots/floorplan-desktop.png new file mode 100644 index 0000000..9e95f10 Binary files /dev/null and b/docs/screenshots/floorplan-desktop.png differ