Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 768 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 768 Bytes

POS

This is a simple point of sale mini-software

The goal of this project is to write a simple web application that can help small shop owners sell products instantly, summarize transaction of the sales and caculate the change that is to be given to a customer.

Deployment

Features

  • Visual representation of products
  • Clickable product card that adds product to the transaction table
  • Transaction summary table with product aand transaction details
  • Check-out feature/button: deplays the final transaction summary and accepts payment
  • Farewell feature: prompts the user of the close of transactions and the change a customer is to recieve

Technology

  • Javascript
  • HTML
  • CSS