Simple Kiosk App
Go to file
monoid 096d99f08a chore: read .env.local 2024-05-03 12:07:00 +09:00
public init 2024-05-03 01:19:24 +09:00
src chore: read .env.local 2024-05-03 12:07:00 +09:00
.env init 2024-05-03 01:19:24 +09:00
.eslintrc.cjs init 2024-05-03 01:19:24 +09:00
.gitignore init 2024-05-03 01:19:24 +09:00
LICENSE init 2024-05-03 01:19:24 +09:00
README.md doc: add auto refresh order to README 2024-05-03 01:27:13 +09:00
components.json init 2024-05-03 01:19:24 +09:00
dprint.json init 2024-05-03 01:19:24 +09:00
index.html init 2024-05-03 01:19:24 +09:00
lefthook.yml init 2024-05-03 01:19:24 +09:00
package.json init 2024-05-03 01:19:24 +09:00
pnpm-lock.yaml init 2024-05-03 01:19:24 +09:00
postcss.config.js init 2024-05-03 01:19:24 +09:00
tailwind.config.js init 2024-05-03 01:19:24 +09:00
tsconfig.json init 2024-05-03 01:19:24 +09:00
vite.config.ts init 2024-05-03 01:19:24 +09:00

README.md

Simple Kiosk App

This is a simple kiosk app that displays a list of items and allows the user to select an item to view more details.

It is using React + TypeScript + Tailwind CSS + Vite.

Features

  • Display a list of items
  • Order items
  • Menu CRUD
  • Order Request CRUD
  • Order Request Status Update
  • Auto Refresh Order Request Status

Getting Started

To get started, clone the repository and run the following commands:

pnpm install
pnpm run dev

This will start the development server.

Building the App

To build the app, run the following command:

pnpm build

This will create a dist folder with the built app.