A modern, full-stack todo list application built with Val Town.
backend/
database.ts # Database setup and queries
api.ts # API endpoints
frontend/
App.tsx # Main React app
TodoItem.tsx # Individual todo component
styles.css # Styling
index.ts # Hono server entry point
The app runs on Val Town and provides a RESTful API for managing todos with a React frontend.