djiordhan / react-tailwind-pos

React Tailwind POS

Home Page:https://djiordhan.github.io/react-tailwind-pos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-tailwind-pos

react-tailwind-pos

This is a React port of the popular Tailwind POS application by emsifa (https://github.com/emsifa/tailwind-pos). The original uses plain HTML, Alpine.js, and Tailwind CSS for a lightweight and efficient POS system. This project translates that functionality into React components, offering a more structured and scalable approach.

Features

  • Product listing and search
  • Cart management with quantity updates
  • Basic checkout flow (implementation may vary)
  • Built with Tailwind CSS for rapid UI development

Getting Started

Clone the repository:

git clone https://github.com/djiordhan/react-tailwind-pos

Install dependencies:

npm install

Run the development server:

npm run dev

See a live demo of the application at https://djiordhan.github.io/react-tailwind-pos

About

React Tailwind POS

https://djiordhan.github.io/react-tailwind-pos/


Languages

Language:TypeScript 75.0%Language:CSS 22.5%Language:HTML 1.5%Language:JavaScript 1.0%