Binary Bulb
Link to open source: https://github.com/KumarSuraj07/binarybulb.github.io.git
Link to Live Project: https://kumarsuraj07.github.io/binarybulb.github.io/
Binary Bulb is an interactive web application designed to help users understand binary number representation through a visual interface. By toggling light bulbs on and off, users can explore how binary digits (bits) correspond to decimal values, enhancing their grasp of fundamental computing concepts.
Key Features:
-
Interactive Light Bulbs: Each light bulb represents a binary digit (bit), which can be toggled to demonstrate binary counting.
-
Real-Time Decimal Conversion: As users adjust the bulbs, the corresponding decimal value is dynamically updated, providing immediate feedback.
-
Educational Tool: Ideal for beginners learning about binary numbers and their applications in computing.
Technologies Used:
-
Frontend: HTML, CSS, JavaScript
-
Frameworks/Libraries: None (Vanilla JavaScript)


