Michael Fajumo Wedding Guest Capture App

A simple and elegant web application to capture guest information for Michael Fajumo's wedding.

Features

  • Guest registration form
  • Real-time guest list
  • Admin dashboard to view all registered guests
  • Responsive design for mobile and desktop
  • SQLite database for data persistence

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema
│   │   └── queries.ts       # Database operations
│   ├── routes/
│   │   ├── guests.ts        # Guest API endpoints
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main Hono server
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main React component
│   │   ├── GuestForm.tsx    # Guest registration form
│   │   └── GuestList.tsx    # Display registered guests
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend entry point
│   └── style.css            # Custom styles
├── shared/
│   └── types.ts             # Shared TypeScript types
└── README.md

Usage

  1. Guests visit the app and fill out the registration form
  2. The app captures their name, email, phone, and number of attendees
  3. Admin can view all registered guests in real-time
  4. Data is stored securely in SQLite database

Tech Stack

  • Backend: Hono (TypeScript API framework)
  • Frontend: React with TypeScript
  • Database: SQLite
  • Styling: TailwindCSS
  • Platform: Val Town