This is a solution for an online calculator for splitting bills including a recommended tip depending on the quality of the service. Simply enter the amount of your bill, rate the quality of the service and let us know how many people will pay.
Create a calculator with which you can use the invoice amount to do the following things:
- calculate the tip
- depending on the level of satisfaction with the service
- poor service: 5% tip
- average service: 10% tip
- great service: 15% tip
- depending on the level of satisfaction with the service
- calculate the money that everyone in your group has to pay
- calculate the total amount from invoice amount + tip
- Solution URL: https://github.com/jenniferhubermayer/check-splitting-and-tipp-calculator
- Live Site URL: https://jenniferhubermayer.github.io/check-splitting-and-tipp-calculator/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- JavaScript (Focused on arrays)
- alert for empty input fields
- Website - https://github.com/jenniferhubermayer
This project has been realized as part of the super(c)ode "Front-End Boot-Camp 2022".