03 - Pages and Screen Captures¶
This app is a single-page React application with two functional views.
1) Edition Page¶
Description:
- Presents the calendar settings form.
- Used to define title, date range, orientation, and grid layout.
Screenshot (desktop, 1280 × 900):

2) Preview Page¶
Description:
- Shows an A4 preview with all generated months.
- Includes actions to return to edition mode or print.
Screenshot (desktop, 1280 × 900):

3) Mobile Views¶
On small screens the layout adapts: a SpeedDial FAB replaces desktop action buttons, and the A4 preview is automatically scaled to fit the viewport width.
Mobile Edition Page (390 × 844)¶

Mobile Preview Page (390 × 844)¶

4) Print Result (Optional)¶
Description:
- Captures the rendered print output or print preview dialog result.
- Useful to verify final layout and footer timestamp visibility.
Suggested capture file:
docs/03-pages-and-screen-captures/01-screenshots/print-result.png
Example image reference (after adding the screenshot):

How To Capture¶
- Run the app in development mode.
- Open Edition Page and capture the full form.
- Switch to Preview Page and capture the full A4 preview area.
- Resize to a mobile viewport (≤ 600 px wide) and repeat steps 2–3.
- Open print preview and capture the printable result (if your browser allows it).
Screenshot Folder¶
For filename conventions and capture guidelines, see 01-screenshots/index.md.