Add screenshot gallery to README (v2.3.3)

This commit is contained in:
Maurice
2026-03-19 17:23:58 +01:00
parent 6117b80575
commit 22f5623adb
7 changed files with 12 additions and 1 deletions

View File

@@ -13,6 +13,17 @@ A self-hosted, real-time collaborative travel planner for organizing trips with
![NOMAD Screenshot](docs/screenshot.png)
<details>
<summary>More Screenshots</summary>
| | |
|---|---|
| ![Plan Detail](docs/screenshot-plan-detail.png) | ![Bookings](docs/screenshot-bookings.png) |
| ![Packing List](docs/screenshot-packing.png) | ![Budget](docs/screenshot-budget.png) |
| ![Files](docs/screenshot-files.png) | |
</details>
## Features
- **Real-Time Collaboration** — Plan together via WebSocket live sync — changes appear instantly across all connected users

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
docs/screenshot-budget.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

BIN
docs/screenshot-files.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/screenshot-packing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@@ -1,6 +1,6 @@
{
"name": "nomad-server",
"version": "2.3.2",
"version": "2.3.3",
"main": "src/index.js",
"scripts": {
"start": "node --experimental-sqlite src/index.js",