This is a simple web application for performing basic math operations: addition, subtraction, multiplication, and division. It provides a user-friendly interface to enter two numbers and get the result of the selected operation.
- Perform addition, subtraction, multiplication, and division.
- Clear input fields and view the result.
- Navigate back to the main menu.
- User-friendly interface with responsive design.
- Stylish CSS for a polished look.
-
Clone the repository:
git clone https://github.com/pratyush-nirwan/html-calculator.git
-
Navigate to the project folder:
cd Html-Calculator
-
Open the "index.html" file.
-
Open the web application by following the steps in the "Getting Started" section.
-
Choose a math operation by clicking on the corresponding button (e.g., "Addition").
-
Enter the two numbers you want to operate on in the input fields.
-
Click the "Calculate" button to see the result.
-
Use the "Clear" button to reset the input fields.
-
To navigate back to the main menu, click the "Back" button.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and commit them with clear and concise commit messages.
-
Push your changes to your fork.
-
Create a pull request to the original repository.
Please ensure that your code follows the project's coding style and conventions.