Skip to content

akshaykamath45/neogcamp-mark-10-cash-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cash Register App

Hey everyone,This is Akshay Kamath,Computer Engineering Student at DJ Sanghvi College of Engineering,Mumbai.

This is a app built in VanillaJS.You have to enter the bill amount and the cash given,it will display the number of notes required(in descending order),in the form of a table.

Problem Statement:

  • You should build a cash register manager in VanillaJS or React.
  • Your app should have currencies of Rs. 1, 5, 10, 20, 100, 500, 2000.
  • Have an input field for the user aka cashier to enter a bill amount.
  • Have an input field for the user aka cashier to enter the cash given by the customer.
  • The app should tell the cashier/user the amount to be returned in change to the customer with the minimum number of notes.

Sample Screenshots :

Note:This screenshots are subjected to change,as I might modify this website in future.

image image

Working Link