Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.04 KB

readme.md

File metadata and controls

74 lines (44 loc) · 2.04 KB

Calculator

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.

calculator

This is the final project in the Foundations course of The Odin Project

Features

  • Addition, subtraction, multiplication, and division operations.
  • Clear button to reset the calculator.
  • Responsive design for use on various devices.
  • Keypad events.

How to Use

  1. Clone the repository from GitHub:
git clone https://github.com/shravzzv/calculator.git
  1. Open the index.html file in your web browser.

  2. Use the buttons to input numbers and perform calculations.

Contributing

I welcome contributions to improve the Vanilla JS Calculator. If you'd like to contribute, follow these steps:

  1. Fork the repository.
https://github.com/shravzzv/calculator/fork
  1. Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "Add your commit message here"
  1. Push your changes to your forked repository:
git push origin feature/your-feature-name
  1. Submit a pull request to the main repository.

Issues

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

Support

If you are having issues, please let me know through my socials located on my profile

License

The Vanilla JS Calculator is licensed under the MIT license.

I hope you find the Vanilla JS Calculator helpful for your projects