https://github.com/hananemirzaee/tip-calculator
A simple React based tip calculator to split and calculate tips based on service ratings from you and a friend.
https://github.com/hananemirzaee/tip-calculator
children-props component css html props reactjs stae state
Last synced: 3 months ago
JSON representation
A simple React based tip calculator to split and calculate tips based on service ratings from you and a friend.
- Host: GitHub
- URL: https://github.com/hananemirzaee/tip-calculator
- Owner: hananemirzaee
- Created: 2025-05-17T17:52:22.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-05-17T18:27:31.000Z (5 months ago)
- Last Synced: 2025-05-17T19:30:46.392Z (5 months ago)
- Topics: children-props, component, css, html, props, reactjs, stae, state
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tip Calculator 💸
A simple and interactive React application that calculates the total amount to pay including tip, based on how you and your friend rate the service.
## 🚀 Features
- Enter the bill amount
- Rate the service from both your perspective and your friend's
- Automatically calculates the average tip percentage
- Displays the total amount with a breakdown
- Includes a reset button to start over## 🛠Built With
- React (Functional Components & Hooks)
- CSS