Skip to content

Latest commit

 

History

History
94 lines (61 loc) · 2.48 KB

README.md

File metadata and controls

94 lines (61 loc) · 2.48 KB

Javascript Point of Sales : Overview

A Dynamically written Point of Sale System built with DRY principle in mind.

⚒ How does it work?

  1. The program will instruct the user to choose the category


  1. Inside the chosen category, the user must pick their choice and provide the quantity.


  1. The program will prompt if you want to order again or proceed with the payment.


  1. The program will then loop until you choose to proceed with the payment.


  1. The program will ask for the payment and will provide a receipt with a number for waiting purposes.


  1. With its dynamically written code, you can easily add more categories or food options and the program will still run seamlessly.


🚀 To run this project on your local machine.

  1. Download an extension or node.js
https://nodejs.org/en/download/
  1. Go to the project directory.
cd <project folder>
  1. Make a new terminal and run the command.
 node main
  1. Press tab then hit enter.

📝 Other noteworthy projects

Dental Care Appointment System
🔗https://dentalcareph.netlify.app/
🐱 https://github.com/robin-dc/Dental-Care-Appointment-System.git

Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Lofi Clock | Music and Notepad in one.
🔗 https://robin-dc.github.io/Lofi-Clock/
🐱 https://github.com/robin-dc/Lofi-Clock.git

Landing Pages