Welcome to QuickCalc, your go-to online calculator for quick and easy calculations. Simplify your math tasks with our user-friendly interface and efficient functionality.
- Basic Calculator: Perform simple arithmetic operations like addition, subtraction, multiplication, and division.
- Scientific Calculator: Handle more complex calculations, including trigonometric, logarithmic, and exponential functions.
- BMI Calculator: Calculate your Body Mass Index (BMI) to assess your health status.
- Loan Calculator: Determine your monthly loan payments based on loan amount, interest rate, and term.
- Fixed Deposit Calculator: Calculate the maturity amount of a fixed deposit investment over a specified period.
- Web browser (Chrome, Firefox, Safari, etc.)
-
Clone the repository:
git clone https://github.com/your-username/CalcMaster.git
-
Navigate to the project directory:
cd CalcMaster
-
Open the
index.html
file in your web browser:open index.html
- index.html: The homepage with options to select different calculators.
- basic-calculator.html: The Basic Calculator page.
- scientific-calculator.html: The Scientific Calculator page.
- bmi-calculator.html: The BMI Calculator page.
- loan-calculator.html: The Loan Calculator page.
- fixed-deposit-calculator.html: The Fixed Deposit Calculator page.
- css/styles.css: External stylesheet for styling the pages.
- js/script.js: External JavaScript file for calculator functionalities.
- Open
basic-calculator.html
. - Use the on-screen buttons to input numbers and perform arithmetic operations.
- Open
scientific-calculator.html
. - Use the on-screen buttons for complex calculations.
- Open
bmi-calculator.html
. - Enter your height and weight to calculate your BMI.
- Open
loan-calculator.html
. - Enter the loan amount, interest rate, and loan term to calculate your monthly payments.
- Open
fixed-deposit-calculator.html
. - Enter the principal amount, interest rate, and time period to calculate the maturity amount.
Contributions are welcome! Please fork this repository and submit pull requests for any improvements or new features.
Thank you for using QuickCalc! Happy calculating!