Public
Like
teste
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: v10View latest version
A simple to-do application built on Val Town.
- Create, read, update, and delete to-do items
- Mark items as complete
- Filter items by status (all, active, completed)
- Persistent storage using SQLite
/backend- Server-side code with Hono API and SQLite database/frontend- Client-side HTML, CSS, and JavaScript/shared- Shared types and utilities
- TypeScript
- Hono (API framework)
- SQLite (database)
- TailwindCSS (styling)