Todo List App

A modern, full-stack todo list application built with Val Town.

Features

  • ✅ Add, edit, and delete todos
  • ✅ Mark todos as complete/incomplete
  • ✅ Persistent storage with SQLite
  • ✅ Clean, responsive UI
  • ✅ Real-time updates
  • ✅ Filter todos by status

Project Structure

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

Usage

The app runs on Val Town and provides a RESTful API for managing todos with a React frontend.