This project demonstrates how to create a simple calculator using HTML for structure, CSS for styling, and JavaScript for functionality.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need a web browser installed on your computer to run this project.
- Clone the repository to your local machine using Git:
git clone https://github.com/imdadabro027/calculator.git
- Open the
index.html
file in your preferred web browser.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Clear Function: Ability to clear the input and start over.
- Keyboard Support: The calculator can also be operated using keyboard input.
Simply open the index.html
file in a web browser to access the calculator. Users can perform basic arithmetic operations by clicking the buttons or using the keyboard.
- HTML - for the structure of the calculator
- CSS - for styling the calculator
- JavaScript - for adding functionality to the calculator
Contributions are welcome! Please feel free to submit pull requests or open issues for any bugs, feature requests, or suggestions.
This project is licensed under the MIT License - see the LICENSE file for details.
- Hat tip to anyone whose code was used
- Inspiration
- etc.