Live at: https://ptp-calculators.netlify.app/
When I'm out with friends, we struggle to discuss tip with the waiters hovering around us. We worry if we're giving too little. Or we make a bunch of calculations and get lost in all of the decimal values. I've made this calculator with those stuggles in mind.
For when you have a certain tip amount in mind, but worry that the percentage is too low. Fill in Subtotal and Tip, and this will show you how much percent that amount is relative to the subtotal.
Rather than tapping away at your calculator app and trying to remember, calculate once and see it populate the table. Then see a list of your calculations for easy comparison.
Delete rows that aren't for consideration, or refill the Subtotal with a tap so you don't have to type it again.
Easily distinguish which tip you want to go with without discussing out loud.
Taking advantage of React state, see totals update instantly, without needing to submit forms.
- Clone repo to your local.
git clone https://github.com/pphongsavan/tip-calculator.git
- Navigate to the project folder and install dependencies
cd tip-calculator
npm install
- Run npm start. The development server will run.
npm start