Do you know how much to give for that excellent service? Tip Calculator is your ally.
The app is ready to be used: https://tip-calculator-rl.netlify.app/ Tip Calculator is an app to know the amount of the tip percentage that you want to give bassed in the bill and if you are not alone, know how much each person should give of tip.
- HTML
- CSS
- JavaScript
- React
- Hooks
- Context API
- SASS / SCSS
- Git
- Enter a custom tip percentage.
- Divide the tip by the number of diners.
- Inputs validation.
- Responsive design.
- Clone this repository
git clone https://github.com/ChristianRL23/tip-calculator.git
- Go into the repository
cd tip-calculator
- Install dependencies
npm install
- Run the app
npm start