This repository contains the source code for a simple and interactive tip calculator web application. The application allows users to enter their bill amount, select the desired tip percentage, and choose their currency. It also remembers user's previous input using localStorage, hence saving user's preferences for subsequent uses.
- Calculates tip based on user-specified bill amount and tip percentage.
- Allows users to choose their preferred currency.
- Saves user's input and selected currency using localStorage.
- HTML
- CSS
- JavaScript (compiled from Typescript)
- Fork the repository and clone it to your local machine.
- Open the
index.html
file in your preferred web browser. - Start using the application by entering the bill amount and tip percentage, and selecting your currency.
- Enter the bill amount in the "Bill Amount" field.
- Enter the desired tip percentage in the "Tip Percentage" field.
- Choose your currency from the "Currency" dropdown.
- Click "Calculate" to calculate the tip amount.
Your calculated tip amount will be displayed next to the "Calculate" button.