This project is a web-based binary calculator that allows users to perform arithmetic calculations with binary numbers. It features a user-friendly interface for inputting binary numbers and supports operations like addition, subtraction, multiplication, and divison.
A live demo of the binary calculator can be found at:
https://debaditya-som.github.io/Binary-Calculator-first/
- Addition of binary numbers
- Subtraction of binary numbers
- Multiplication of binary numbers
- Division of binary numbers
- Error handling for invalid inputs
- Responsive design for various devices
- HTML5
- CSS3
- JavaScript
- Clone the repository:
git clone https://github.com/your-username/Binary-Calculator-first.git
- Navigate to the project directory:
cd binary-calculator
- Open index.html in your preferred web browser.
- Enter the binary numbers and select the desired operation from the calculator interface.
- View the result of the calculation.
If you wish to contribute to the project, follow these steps:
- Fork the repository from GitHub repository.
- Create a new branch with a descriptive name.
- Make necessary changes and commit those changes.
- Push the changes to your forked repository.
- Create a pull request for your changes to be reviewed and merged into the main project.
***Happy Calculating ~***