LEVEL 1 TASK :3 (CALCULATOR)
This is a simple web-based calculator created by Zainab Rizwan. You can use it to perform basic arithmetic calculations.
- Addition, subtraction, multiplication, and division.
- Percentage calculation.
- Clear button to reset the calculator.
- Backspace button to delete the last input.
- Responsive design for various screen sizes.
- Stylish UI with hover effects.
You can try out the calculator by visiting the following link: Calculator Demo
To run this calculator locally or integrate it into your project, follow these steps:
-
Clone this repository:
git clone https://github.com/your-username/calculator.git Open the index.html file in your web browser to use the calculator.
If you want to customize the calculator's functionality or appearance, you can edit the JavaScript code in script.js and the CSS styles in style.css.
Contributing If you'd like to contribute to this project, please follow these guidelines:
Fork the repository.
Create a new branch for your feature or bug fix: git checkout -b feature-name.
Make your changes and commit them: git commit -m "Description of changes".
Push your changes to your fork: git push origin feature-name.
Create a pull request to merge your changes into the main repository.