@@ -173,18 +173,6 @@ FocusFlow includes accessibility support across the main interaction paths:
173173- ARIA live regions for timer, task, and wellness announcements
174174- Reduced interruption design for wellness prompts and completion states
175175
176- ## Screenshots
177-
178- Screenshots should be captured from the deployed production build so they reflect the final PWA behavior.
179-
180- | View | Placeholder |
181- | --- | --- |
182- | Desktop workspace | Add desktop screenshot |
183- | Mobile layout | Add mobile screenshot |
184- | Wellness mode | Add wellness mode screenshot |
185- | Kanban workspace | Add Kanban screenshot |
186- | Installed PWA | Add installed PWA screenshot |
187-
188176## Deployment Notes
189177
190178FocusFlow builds to static assets and can be hosted on platforms such as Vercel, GitHub Pages, Netlify, or any static hosting provider.
@@ -228,3 +216,40 @@ FocusFlow demonstrates production-minded frontend work:
228216- Runtime i18n
229217- Accessibility-aware interaction design
230218- Behavior-focused testing around sessions, tasks, wellness logic, and productivity stats
219+
220+ ---
221+
222+ ## Screenshots
223+
224+ ### Desktop App
225+
226+ FocusFlow running as an installed desktop PWA.
227+
228+ ![ FocusFlow Desktop App] ( ./screenshots/focusflow-desktop.png )
229+
230+ ---
231+
232+ ### Web Version
233+
234+ FocusFlow running from the public production deployment.
235+
236+ ![ FocusFlow Web Version] ( ./screenshots/focusflow-web.png )
237+
238+ ---
239+
240+ ### Mobile PWA
241+
242+ Installed Android PWA experience.
243+
244+ ![ FocusFlow Mobile PWA] ( ./screenshots/focusflow-mobile-pwa.jpg )
245+
246+ ---
247+
248+ ## Screenshot Folder Structure
249+
250+ ``` text
251+ screenshots/
252+ focusflow-desktop.png
253+ focusflow-web.png
254+ focusflow-mobile-pwa.jpg
255+ ```
0 commit comments