📋 Simple Guestbook

Multi-file Project Demo

📝 Sign the Guestbook

📖 View Entries

In this demo, entries would normally be stored in a database and displayed here.

View Sample Entries →

Click the link above to see the entry display component.

📦 Multi-File Project Structure

guestbook.py
Main entry form handler
entries.py
Entry display component

Features Demonstrated:

  • ✅ Multi-file project organization
  • ✅ Form data processing
  • ✅ Data validation and sanitization
  • ✅ Component separation (entry vs display)
  • ✅ Success feedback
  • ⚠️ Note: File storage simulated (would use DB in production)