To add demo screenshots to the repository:
- Open the dashboard: http://localhost:5173
- Upload your watch history or let it auto-load
- Navigate to each section and take screenshots
-
hero-section.png- Overview section with big stats- Shows total videos, hours, favorite channel
- Full screen capture
-
binge-session-thumbnails.png- Binge section with thumbnail grids- Shows the thumbnail grids feature
- Highlights interactivity
-
fun-facts-thumbnails.png- Fun facts with video thumbnails- Shows first/last video thumbnails
- Demonstrates clickable features
top-channels.png- Top 10 channels rankingpatterns-heatmap.png- Time patterns and heatmapcategories-pie.png- Content categories breakdown
- Resolution: 1920x1080 or higher
- Format: PNG (for quality) or JPG (for size)
- Browser: Chrome/Firefox (hide dev tools)
- Zoom: 100% or 90% for better fit
Save screenshots to: assets/screenshots/
Example:
assets/
└── screenshots/
├── hero-section.png
├── binge-session-thumbnails.png
├── fun-facts-thumbnails.png
├── top-channels.png
├── patterns-heatmap.png
└── categories-pie.png
-
Add the files to git:
git add assets/screenshots/*.png -
Commit:
git commit -m "Add demo screenshots" -
Push:
git push
The README will automatically display them once uploaded!