Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.38 KB

CODSOFT

LEVEL 1 TASK :3 (CALCULATOR)

Calculator by Zainab Rizwan

This is a simple web-based calculator created by Zainab Rizwan. You can use it to perform basic arithmetic calculations.

Features

  • 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.

Demo

You can try out the calculator by visiting the following link: Calculator Demo

Getting Started

To run this calculator locally or integrate it into your project, follow these steps:

  1. 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.