Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Binary Calculator

A web-based Binary Calculator that supports bitwise operations and binary arithmetic. Built using HTML, CSS, and JavaScript, this calculator allows users to perform common binary operations interactively.

🔧 Features

  • Perform bitwise operations:
    • AND (&)
    • OR (|)
    • XOR (^)
    • NOT (~)
    • Left Shift (<<)
    • Right Shift (>>)
    • Unsigned Right Shift (>>>)
  • Binary arithmetic: Multiplication (*) and Division (/)
  • Compute 1's and 2's Complement
  • Input support for:
    • Binary-only
    • Octal-only (UI only)
    • Binary and Decimal (UI only)
  • Buttons for:
    • Clear, Delete, and Reset
    • Placeholder for Stepwise Explanation

📂 Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages