• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
Moeakae

Moeakae

To-Do-List

Public
Like
To-Do-List
Home
Code
4
backend
3
frontend
3
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
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.
Sign up now
Code
/
Code
/
Search
index.ts
https://Moeakae--d7832b9a3fb211f0adec76b3cceeab13.web.val.run
README.md

To-Do List App

A full-stack to-do list application built with Hono backend and React frontend.

Features

  • βœ… Add new tasks
  • βœ… Mark tasks as complete/incomplete
  • βœ… Delete tasks
  • βœ… Persistent storage with SQLite
  • βœ… Clean, responsive UI with TailwindCSS

Project Structure

β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ database/
β”‚   β”‚   β”œβ”€β”€ migrations.ts    # Database schema
β”‚   β”‚   └── queries.ts       # Database operations
β”‚   β”œβ”€β”€ routes/
β”‚   β”‚   └── todos.ts         # Todo API routes
β”‚   └── index.ts             # Main server entry point
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ App.tsx          # Main app component
β”‚   β”‚   β”œβ”€β”€ TodoForm.tsx     # Add todo form
β”‚   β”‚   β”œβ”€β”€ TodoItem.tsx     # Individual todo item
β”‚   β”‚   └── TodoList.tsx     # Todo list container
β”‚   β”œβ”€β”€ index.html           # HTML template
β”‚   └── index.tsx            # Frontend entry point
β”œβ”€β”€ shared/
β”‚   └── types.ts             # Shared TypeScript types
└── README.md

API Endpoints

  • GET /api/todos - Get all todos
  • POST /api/todos - Create a new todo
  • PUT /api/todos/:id - Update a todo
  • DELETE /api/todos/:id - Delete a todo

Usage

The app is automatically deployed and accessible via the HTTP trigger. Simply visit the URL to start managing your tasks!

HTTP
  • index.ts
    Moeakae--d7…13.web.val.run
Code
backendfrontendsharedREADME.md
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
Β© 2025 Val Town, Inc.