A basic calculator built with HTML, CSS, and JavaScript. This calculator supports basic arithmetic operations including addition, subtraction, multiplication, and division. It features a clean and responsive design that is easy to use on any device.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Responsive Design: Adaptable layout that works well on both desktop and mobile devices.
- User-Friendly Interface: Simple and intuitive interface for a seamless user experience.
- Clear Button: Easily reset the calculator with the all-clear (AC) button.
- Real-Time Display: Immediate feedback and display updates as you type.
To run this project, you need a web browser (e.g., Chrome, Firefox, Safari).
- Clone the repository:
git clone https://github.com/mensahTribeWeb/calculator-plain-js.git
- Navigate to the project directory:
cd calculator-plain-js
Open the index.html
file in your web browser to start using the calculator.
index.html
- The main HTML file containing the structure of the calculator.index.css
- The CSS file for styling the calculator.index.js
- The JavaScript file containing the logic for the calculator operations.
Contributions are welcome! If you have any suggestions or improvements, feel free to create a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more details.