Skip to content

Latest commit

Β 

History

History
79 lines (52 loc) Β· 1.87 KB

File metadata and controls

79 lines (52 loc) Β· 1.87 KB

WEB POS System β€” Bootstrap

A simple web-based Point of Sale (POS) system designed for small businesses. Built using HTML, CSS, Bootstrap, JavaScript, and jQuery, this POS system helps manage customers, items, and orders through a clean, interactive, and responsive interface.

πŸ”— Live Demo: Click here to view the app


πŸš€ Features

  • πŸ“¦ Item Management (Add, Update, Delete)
  • πŸ§‘β€πŸ€β€πŸ§‘ Customer Management
  • πŸ›’ Order Placement System
  • πŸ’° Total Calculation & Payment Handling
  • πŸ” Order Summary View
  • πŸ“± Responsive Design using Bootstrap
  • βš™οΈ jQuery-powered interactions
  • πŸ–±οΈ Smooth UI with JavaScript and jQuery DOM manipulation

πŸ› οΈ Technologies Used

  • HTML5
  • CSS3
  • Bootstrap 5
  • JavaScript (Vanilla)
  • jQuery

πŸ“‚ Folder Structure

WEB-POS-System/
β”œβ”€β”€ css/
β”‚   └── styles.css
β”œβ”€β”€ js/
β”‚   └── script.js
β”œβ”€β”€ images/
β”‚   └── (all UI images or icons)
β”œβ”€β”€ index.html
β”œβ”€β”€ customer.html
β”œβ”€β”€ item.html
β”œβ”€β”€ order.html
└── README.md

πŸ“Έ Screenshots

🏠 Home Page (Dashboard)

image image

πŸ‘₯ Customer Management

image

πŸ“¦ Item Management

image

πŸ›’ Place Orders

image


πŸ“Œ How to Use

  1. Clone the repository:
    git clone https://github.com/Dinuka0512/WEB-POS-System---Bootstrap-.git