A simple web-based calculator for binary addition and subtraction.
Built using HTML, CSS, and JavaScript.
Try it out here: Binary Calculator
- Perform binary addition and subtraction
- User-friendly web interface
- Instant calculation results
- HTML
- CSS
- JavaScript
- Enter two binary numbers in the input fields.
- Choose either addition or subtraction.
- Click the calculate button to see the result.
index.htmlโ Main web page.style.cssโ Styling for the calculator.script.jsโ Binary calculator logic and UI handling.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is open source and available under the MIT License.