Website
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: v15View latest version
A basic e-commerce website that displays products and simulates purchases.
- Product listing with images, names, and prices
- Purchase simulation with transaction logging
- Simple, clean design with CSS styling
- SQLite database for storing products and transactions
backend/index.ts- Main Hono server with API routesbackend/database/- Database setup and queriesfrontend/- HTML, CSS, and JavaScript for the websiteshared/- Shared types and utilities
The main entry point is backend/index.ts which serves both the API and static files.