This directory contains screenshots of the PrintX website for display in the main README.
Please add the following screenshots to this directory:
- homepage.png - Home page with hero section and animated background
- file-upload.png - File upload page with drag-and-drop interface
- payment.png - Payment page with UPI QR code
- admin-dashboard.png - Admin dashboard with orders and statistics
- order-status.png - Order confirmation/status page
- Open your website in a browser (local or deployed)
- Open Developer Tools (F12 or Cmd+Option+I)
- Use the device toolbar to set a responsive viewport (1920x1080 recommended)
- Take a screenshot using:
- macOS: Cmd+Shift+4, then select the area
- Windows: Windows+Shift+S
- Browser: Use browser extensions or screenshot tools
- Use tools like Screely for styled screenshots
- Use CleanShot for macOS
- Use browser extensions like "Awesome Screenshot"
# Take screenshot of entire screen
screencapture -x docs/images/homepage.png
# Or use browser automation tools- Format: PNG or JPG
- Size: Recommended 1920x1080 or larger
- Quality: High resolution for clear display
- File size: Keep under 1MB per image for GitHub
If you prefer to host images externally, you can:
- Upload images to Imgur
- Upload to GitHub Gist as image files
- Use your own image hosting service
Then update the README.md image paths to use the full URL instead of relative paths.
After adding images, commit them to git:
git add docs/images/*.png
git commit -m "Add website screenshots"
git pushThe images will automatically appear in the README on GitHub.