Skip to content

Instantly share code, notes, and snippets.

@samflab
Created July 20, 2021 12:43
Show Gist options
  • Save samflab/4066d97bb238c7f34e065558ece57cab to your computer and use it in GitHub Desktop.
Save samflab/4066d97bb238c7f34e065558ece57cab to your computer and use it in GitHub Desktop.
App.js file with the form
<div className="form">
<label>Bill</label>
<input type="number" placeholder="0"></input>
<br />
<label>Cash Given</label>
<input type="number" placeholder="0"></input>
<br />
<button>Return Change</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment