Public
Like
PointofSale
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: v8View latest version
A point of sale system with inventory management and sales tracking capabilities, optimized for mobile devices.
- Product inventory management
- Sales tracking and history
- User authentication
- Receipt generation
- Basic reporting
- Mobile-friendly interface
/backend
- Server API and database operations/frontend
- User interface components and pages/shared
- Shared types and utilities
Access the POS system by visiting the HTTP endpoint of this Val.
- Backend: Hono (API framework), SQLite (database)
- Frontend: React, TailwindCSS
- Shared: TypeScript for type definitions