Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zangpodawa/cafe-tip-caluclator
Cafe tip calculator designed using react.
https://github.com/zangpodawa/cafe-tip-caluclator
children children-props derived-states lifting-state-up react usestate-hook
Last synced: about 1 month ago
JSON representation
Cafe tip calculator designed using react.
- Host: GitHub
- URL: https://github.com/zangpodawa/cafe-tip-caluclator
- Owner: zangpodawa
- Created: 2024-02-20T05:37:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T05:47:58.000Z (11 months ago)
- Last Synced: 2024-02-20T06:37:32.800Z (11 months ago)
- Topics: children, children-props, derived-states, lifting-state-up, react, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cafe Tip Calculator using react
## It has 5 components
1. Main App() component that has TipCalculculator component
2. TipCalculator componet that has BillInput component, SelectPercentage Component, Output component, Reset component![ctc-homepage](https://github.com/zangpodawa/cafe-tip-caluclator/assets/32727869/7e566221-5c94-4eb3-b1fc-ad4ceb01b2c8)
![ctc-inputpage](https://github.com/zangpodawa/cafe-tip-caluclator/assets/32727869/2606218c-4d05-4ef3-aef9-35a7913ccfe6)
![ctc-outputpage](https://github.com/zangpodawa/cafe-tip-caluclator/assets/32727869/2cdd860c-1b11-4dd5-bc74-b56929b43637)