Welcome to the Tip Calculator Mini Project! This web application allows users to easily calculate tips based on their bill amount, desired tip percentage, and number of people sharing the bill.
- User-friendly interface for inputting bill details
- Calculates total per person including tip
- Responsive design
- Flask (Python)
- HTML/CSS
- Gunicorn for deployment
You can access the live application here.
To run this project locally:
- Clone the repository:
git clone https://github.com/utkarshsri22/TipCalculator_MiniProject.git
cd TipCalculator_MiniProject
pip install -r requirements.txt
flask run
Feel free to contribute by submitting a pull request or raising issues.
This project is open-source and available under the MIT License.