Task Manager

A simple task management application built on Val Town.

Features

  • Add new tasks with descriptions
  • Mark tasks as completed
  • Delete tasks
  • Persistent storage using SQLite

Project Structure

  • backend/ - Server-side code
    • index.ts - Main HTTP entry point with Hono app
    • database/ - Database operations
      • migrations.ts - Database schema
      • queries.ts - Task CRUD operations
  • frontend/ - Client-side code
    • index.html - Main HTML page
    • index.js - Frontend JavaScript

How to Use

  1. Add a task by typing in the input field and pressing Enter or clicking "Add Task"
  2. Click on a task to mark it as completed
  3. Click the delete button to remove a task