Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 852 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 852 Bytes

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:
    git clone    https://github.com/ranindunethmina/POS_System.git
  2. Install dependencies and run the project:
    npm install
    npm start
  3. Experiment and modify the code to fit your business needs.

License

This project is licensed under the MIT License.