Alitindrawan24 / Binary-Calculator

Binary Calculator
https://alitindrawan24.github.io/Binary-Calculator/
MIT License
24 stars 57 forks source link

Binary to Octal Conversion #49

Closed vaishnavibn14 closed 1 year ago

vaishnavibn14 commented 1 year ago

Currently, there is an no functionality to display the binary to octal conversion in the application.

I would like to add a button that converts the binary number to octal number and displays it.

Alitindrawan24 commented 1 year ago

I think the update will break the calculator if the octal value is displayed in the calculator. Can you make the display on popup modal or something else that not break the calculator functionality ?

vaishnavibn14 commented 1 year ago

Yes I can do that. Do you want a alert or a small pop up?

Alitindrawan24 commented 1 year ago

Yes, you can select one of them, and also this issue is similar to #50 so maybe the update will look similar too with different octal and hexadecimal only. I hope the decision is the same if using an alert or a small pop-up. Thank you

Alitindrawan24 commented 1 year ago

Merged