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

Title: Add Number Base Conversion Calculator #1867

Closed
tanishaprasad opened this issue Jun 22, 2024 · 1 comment
Closed

Title: Add Number Base Conversion Calculator #1867

tanishaprasad opened this issue Jun 22, 2024 · 1 comment

Comments

@tanishaprasad
Copy link

Is your feature request related to a problem? Please describe.

This project implements a web-based calculator that converts numbers between different numeral systems such as binary, octal, decimal, and hexadecimal.

Describe the solution you'd like.

A web-based calculator that facilitates conversion between different numeral systems such as binary, octal, decimal, and hexadecimal. It allows users to input a number in one base and convert it to another base of their choice.

Describe alternatives you've considered.

1.User Interface:
Input field for entering the number to convert.
Dropdowns for selecting the current and target bases (binary, octal, decimal, hexadecimal).
Convert button triggers the conversion process.
Output field displays the converted result.
2.Conversion Logic:
Binary to Decimal: Converts the binary input to decimal .
Decimal to Target Base (Hexadecimal): Converts the decimal result to hexadecimal.
3.Validation:
Ensures the input number is valid for the selected base .
Alerts the user for invalid inputs.

Add any other context or screenshots about the feature request here.

numbervbasecal

Copy link

Thank you for opening your first issue in our repository! One of our maintainers will get in touch with you soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants