https://github.com/aayush259/tip-calculator
This is a simple and interactive application that calculates the tip for a given amount. It's built using HTML, CSS, and JavaScript.
https://github.com/aayush259/tip-calculator
Last synced: 2 months ago
JSON representation
This is a simple and interactive application that calculates the tip for a given amount. It's built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/aayush259/tip-calculator
- Owner: Aayush259
- Created: 2024-04-07T04:01:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:55:04.000Z (about 1 year ago)
- Last Synced: 2025-01-07T02:57:49.581Z (4 months ago)
- Language: JavaScript
- Homepage: https://aayush259.github.io/Tip-Calculator/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tip Calculator App
## Overview
This is a simple application that calculates the tip for a given amount. It's built using HTML, CSS, and JavaScript.Here is the desktop and mobile view:
![]()
![]()
## Features
- Input the bill amount
- Select the tip percentage
- Calculate the tip and total bill per person
- Handle multiple people splitting the bill## Technologies Used
- HTML 5
- CSS
- Vanilla JS## How to Use
1. Enter the total bill amount.
2. Select the tip percentage you want to give.
3. If more than one person is splitting the bill, enter the number of people.
4. Click on the 'Calculate' button to get the tip amount and total amount per person.## Contributing
I know my code is lacking most of the features. So pull requests are welcome for the major and minor changes.