This is a simple binary calculator website that allows you to perform basic arithmetic operations on binary numbers. It is built using HTML, CSS, and JavaScript.
- Addition: Perform addition of two binary numbers.
- Subtraction: Perform subtraction of two binary numbers.
- Multiplication: Perform multiplication of two binary numbers.
- Division: Perform division of two binary numbers.
To run this calculator website locally, you need to have the following:
- A web browser (e.g., Chrome, Firefox, Safari)
- Text editor or integrated development environment (IDE) to view and edit the source code.
To get started with this binary calculator website, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/binary-calculator.git
- Open the project folder in your preferred text editor or IDE.
- Launch the index.html file in your web browser.
- You should now see the binary calculator website.
- Enter the first binary number in the input field.
- Select the arithmetic operation.
- Enter the second binary number in the input field.
- Click the "=" button to perform the selected operation.
- The result will be displayed below the calculator.
Contributions are welcome! If you would like to contribute to this binary calculator website, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to the branch.
- Open a pull request in the main repository.
This project is licensed under the MIT License.
The Binary Operations script is based on HackerRank's Binary Calculator Solved Problem in 10 Days of JavaScript.
If you have any questions or suggestions, feel free to contact me at [email protected].