Simple Login Form App

A simple Hono + React application with a login form that uses Zod for validation.

Structure

  • backend/index.ts - Main Hono server entry point
  • frontend/index.html - Main HTML template
  • frontend/index.tsx - React frontend entry point
  • frontend/components/LoginForm.tsx - Login form component
  • shared/types.ts - Shared types and validation schemas

Features

  • Login form with email and password fields
  • Client-side validation using Zod
  • Form data logged to browser console on submission
  • Responsive design with TailwindCSS