This is a simple calculator application built using HTML, CSS and Javascript. It provides basic arithmetic operations like addition, subtraction, multiplication, and division.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Clear Display: Displays the input and results clearly.
- User-Friendly Interface: Simple and intuitive design.
- Error Handling: Handles division by zero and other potential errors.
Live App Here
To run the calculator app locally, follow these steps:
- Clone the repository:
git clone https://github.com/DevOlabode/simple-calculator-app.git
- Navigate to the project directory:
cd simple-calculator-app - Open
index.htmlin your web browser.
- Input Numbers: Use the number buttons to input numbers.
- Select Operations: Use the operator buttons (+, -, *, /) to select the desired operation.
- Calculate Result: Press the equals (=) button to calculate the result.
- Clear Display: Press the clear (C) or clear entry (CE) button to clear the display.
- HTML
- CSS
- JavaScript
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Commit your changes and push to your fork.
- Submit a pull request.
This project is licensed under the MIT License - see the MIT file for details.
- DevOlabode


