The Vanilla JS Calculator is a simple calculator web application built using vanilla JavaScript, HTML, and CSS. It allows users to perform basic arithmetic calculations in a user-friendly interface.
This is the final project in the Foundations course of The Odin Project
- Addition, subtraction, multiplication, and division operations.
- Clear button to reset the calculator.
- Responsive design for use on various devices.
- Keypad events.
- Clone the repository from GitHub:
git clone https://github.com/shravzzv/calculator.git
-
Open the index.html file in your web browser.
-
Use the buttons to input numbers and perform calculations.
I welcome contributions to improve the Vanilla JS Calculator. If you'd like to contribute, follow these steps:
- Fork the repository.
https://github.com/shravzzv/calculator/fork
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your commit message here"
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Submit a pull request to the main repository.
If you encounter any issues or have suggestions for improvements, please let me know through the Issue Tracker on GitHub:
github.com/shravzzv/calculator/issues
If you are having issues, please let me know through my socials located on my profile
The Vanilla JS Calculator is licensed under the MIT license.