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
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