TaskDoer
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v5View latest version
A simple task management application built on Val Town.
- Add new tasks with descriptions
- Mark tasks as completed
- Delete tasks
- Persistent storage using SQLite
backend/- Server-side codeindex.ts- Main HTTP entry point with Hono appdatabase/- Database operationsmigrations.ts- Database schemaqueries.ts- Task CRUD operations
frontend/- Client-side codeindex.html- Main HTML pageindex.js- Frontend JavaScript
- Add a task by typing in the input field and pressing Enter or clicking "Add Task"
- Click on a task to mark it as completed
- Click the delete button to remove a task
