Summary
The README's two most important sections for attracting contributors and users contain non-functional placeholder content:
Demo section:
**Live Demo:** https://your-bookcat-app.netlify.app
*(Replace with your actual deployed URL)*
The actual live app is at https://bookcatq.netlify.app/ (visible in the repo description) but the README still shows the placeholder template URL.
Screenshots section:
All 6 screenshot slots use via.placeholder.com placeholder images:
[]
[]
Why this matters:
- The README is the first thing 11 forks and potential contributors see
- Placeholder content signals an incomplete or unmaintained project
- Contributors evaluating whether to contribute want to see what they're building
- The README explicitly says "Replace the placeholders below with actual screenshots" β this has not been done
Proposed Fix
- Update the Demo URL to
https://bookcatq.netlify.app/
- Take actual screenshots of the deployed app on the following pages:
- Dashboard (reading progress, stats)
- Library (book list with statuses)
- Discover (mood search results)
- Community (friend activity feed)
- Stats (reading analytics)
- Upload screenshots to
apps/web/src/assets/screenshots/ and link from README
- Remove the "Replace the placeholders" note from README
Acceptance Criteria
Labels: documentation, good first issue
Summary
The README's two most important sections for attracting contributors and users contain non-functional placeholder content:
Demo section:
The actual live app is at
https://bookcatq.netlify.app/(visible in the repo description) but the README still shows the placeholder template URL.Screenshots section:
All 6 screenshot slots use
via.placeholder.complaceholder images:Why this matters:
Proposed Fix
https://bookcatq.netlify.app/apps/web/src/assets/screenshots/and link from READMEAcceptance Criteria
apps/web/src/assets/screenshots/or adocs/screenshots/directoryLabels:
documentation,good first issue