A simple web-based calculator with basic arithmetic operations.
This project is a basic calculator web application built using HTML, CSS, and JavaScript. It provides a user-friendly interface for performing arithmetic calculations and includes additional features such as dark mode and keyboard support.
- Addition, subtraction, multiplication, and division.
- Percentage calculation.
- Negation toggle.
- Dark mode.
- Keyboard support.
- Open the
index.html
file in a web browser. - Use the on-screen buttons or the keyboard to input numbers and perform calculations.
- Explore the various features of the calculator.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/harsh-pandhe/Calculator.git
-
Navigate to the project directory:
cd calculator
-
Open the
index.html
file in your preferred web browser.
- Math.js: Used for evaluating mathematical expressions.
- Darkmode.js: Library for implementing dark mode.
This project is licensed under the MIT License.
- Harsh Pandhe
- Font Awesome for icons.
- Darkmode.js for dark mode functionality.