Alitindrawan24 / Binary-Calculator

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

Displaying Correct Binary to Hexadecimal Conversion #50

Closed pranav-jadhav closed 1 year ago

pranav-jadhav commented 1 year ago

Currently, there is an no functionality to display the binary to hexadecimal conversion functionality in the application. When users input a binary number, the application cannot display the hexadecimal equivalent.

I would like to add a hexadecimal button.

Alitindrawan24 commented 1 year ago

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

pranav-jadhav commented 1 year ago

Yes, I can do that. Do you want a small pop up or just want me to display an alert?

Alitindrawan24 commented 1 year ago

Yes, you can select one of them, and also this issue is similar to #49 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

vaishnavibn14 commented 1 year ago

@pranav-jadhav You can use the same code for pop up #49.

pranav-jadhav commented 1 year ago

@vaishnavibn14 Sounds good Let me know once you are done

Sanketh149 commented 1 year ago

@pranav-jadhav Please check my PR and merge it. Thank You