Mobile-Friendly POS System

A point of sale system with inventory management and sales tracking capabilities, optimized for mobile devices.

Features

  • Product inventory management
  • Sales tracking and history
  • User authentication
  • Receipt generation
  • Basic reporting
  • Mobile-friendly interface

Project Structure

  • /backend - Server API and database operations
  • /frontend - User interface components and pages
  • /shared - Shared types and utilities

Getting Started

Access the POS system by visiting the HTTP endpoint of this Val.

Technologies Used

  • Backend: Hono (API framework), SQLite (database)
  • Frontend: React, TailwindCSS
  • Shared: TypeScript for type definitions