This is a basic calculator web extension built using HTML, CSS, and JavaScript. It provides a user-friendly interface for performing arithmetic calculations right in the browser.
- Addition, subtraction, multiplication, and division operations.
- Responsive design for optimal viewing on various devices.
- Keyboard support, allowing users to type calculations directly.
To run the calculator locally, follow these steps:
- Clone the repository:
git clone https://github.com/khadeerthewizard/calculator.git - Navigate to the project directory:
cd calculator - Open
index.htmlin your preferred web browser.
To add it as extension, clone it and add to extionsions in developer mode.
- Enter your calculation in the input field.
- Click the "Calculate" button or press Enter to evaluate the expression.
- The result will be displayed in the input field.
This project is licensed under the MIT License.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature. - Make your changes and commit them:
git commit -m 'Add new feature'. - Push to the branch:
git push origin feature/new-feature. - Submit a pull request detailing your changes.
If you encounter any issues or have suggestions for improvements, please open an issue. We appreciate your feedback!
For any inquiries or questions, please contact us at khadeer2204@gmail.com.