Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add more options in Binary Calculator #1920

Closed
4 tasks done
SHRUTISINHA250714 opened this issue Dec 17, 2024 · 5 comments · Fixed by #1934
Closed
4 tasks done

[Feature] Add more options in Binary Calculator #1920

SHRUTISINHA250714 opened this issue Dec 17, 2024 · 5 comments · Fixed by #1934
Assignees
Labels
calculator upgrade 🔢 Adds more functionality to the existing calculator enhancement ✨ New feature or request Hard Complex or challenging task KWOC KWOC Open Source Program

Comments

@SHRUTISINHA250714
Copy link
Contributor

Description

Description:
I noticed that the functionality for converting Binary to Gray Code and Gray Code to Binary is missing.

These features will allow users to:
Input a binary number and convert it to its corresponding Gray code.
Input a Gray code and convert it back to a binary number.

Steps:
Add a form with two inputs: one for binary input and the other for Gray code.
Implement conversion algorithms for:
Binary to Gray code conversion.
Gray code to Binary conversion.
Display the result after the user submits the input.

Benefits:
Extends the functionality of the current calculator.
Helps users working with digital systems and encoding.
I would like to work on this feature and contribute to the project. Please let me know if I can proceed!

Screenshots

image

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a KWOC'24 contributor.

Code of Conduct

Copy link

Hey @SHRUTISINHA250714, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@Rakesh9100
Copy link
Owner

We have Number System Calculator which converts binary to decimal, octal, hexadecimal and vice versa. Can we integrate this calculation in that calculator itself @SHRUTISINHA250714

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Dec 18, 2024
@SHRUTISINHA250714
Copy link
Contributor Author

SHRUTISINHA250714 commented Dec 18, 2024

@Rakesh9100 I'd like to work on adding Binary to Gray Code conversion to the existing calculator and integrate it with the current features! Please assign it to me.

@Rakesh9100
Copy link
Owner

Go ahead @SHRUTISINHA250714

@Rakesh9100 Rakesh9100 added KWOC KWOC Open Source Program and removed question 🤔 Further information is requested labels Dec 19, 2024
@Rakesh9100 Rakesh9100 changed the title [Feature] <Add Binary to Gray Code Converter and vice versa> [Feature] Add more options in Binary Calculator Dec 20, 2024
Copy link

Hello @SHRUTISINHA250714! Your issue #1920 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request Hard Complex or challenging task calculator upgrade 🔢 Adds more functionality to the existing calculator labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator upgrade 🔢 Adds more functionality to the existing calculator enhancement ✨ New feature or request Hard Complex or challenging task KWOC KWOC Open Source Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants