https://github.com/ranindunethmina/pos_system
A simple, in-memory POS system for small businesses, offering easy management of customers, items, and orders with a user-friendly interface.
https://github.com/ranindunethmina/pos_system
html-css-javascript in-memory-pos pos simple-pos-system
Last synced: about 2 months ago
JSON representation
A simple, in-memory POS system for small businesses, offering easy management of customers, items, and orders with a user-friendly interface.
- Host: GitHub
- URL: https://github.com/ranindunethmina/pos_system
- Owner: ranindunethmina
- License: mit
- Created: 2024-05-30T16:49:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T12:09:00.000Z (4 months ago)
- Last Synced: 2025-01-13T17:37:34.179Z (3 months ago)
- Topics: html-css-javascript, in-memory-pos, pos, simple-pos-system
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple POS Web
Simple POS Web is an in-memory point-of-sale (POS) system designed for small businesses. The application features a user-friendly interface for managing customers, items, and orders, making it ideal for small retail shops.
## Features
- **Home Page**: A carousel showcasing the shop's quality and key features.
- **Customer Management**: Add, edit, and manage customer details.
- **Item Management**: Add, edit, and manage inventory items.
- **Order Management**: Create and manage customer orders.## Usage
1. Clone the repository:
```bash
git clone https://github.com/ranindunethmina/POS_System.git
```
2. Install dependencies and run the project:
```bash
npm install
npm start
```
3. Experiment and modify the code to fit your business needs.## License
This project is licensed under the MIT License.