This repository contains a simple calculator application built using vanilla JavaScript. The calculator provides basic mathematical operations and supports both dark and light themes for a visually pleasing experience.
- Addition, subtraction, multiplication, and division operations.
- Clear button to reset the calculator.
- Dark and light themes for customization.
- Clone the repository to your local machine using the following command:
git clone https://github.com/nomaanulhasan/JavaScript-Calculator.git
-
Open the
index.html
file in your preferred web browser. -
Use the calculator by clicking on the buttons or using your keyboard.
-
To switch between the dark and light themes, click on the toggle button provided.
Contributions to the project are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Ensure that your contributions align with the coding style and conventions used in the project.
This project is licensed under the MIT License.
The calculator application is inspired by various online examples and tutorials. Special thanks to the contributors of the following resources: