Testmay
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: v3View latest version
A simple Todo application built on Val Town.
- Create, read, update, and delete todos
- Mark todos as complete
- Filter todos by status (all, active, completed)
- Persistent storage using SQLite
/backend
- Hono API server with SQLite database/frontend
- React UI with Tailwind CSS/shared
- Shared types and utilities
- Visit the app URL
- Add todos using the input field
- Click on a todo to mark it as complete
- Use the filter buttons to view different todo states
- Delete todos using the delete button
- Hono (Backend API)
- React (Frontend UI)
- SQLite (Data storage)
- Tailwind CSS (Styling)