30DaysOfJavaScript icon indicating copy to clipboard operation
30DaysOfJavaScript copied to clipboard

Title: Add Number Base Conversion Calculator

Open tanishaprasad opened this issue 1 year ago • 1 comments

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

tanishaprasad avatar Jun 22 '24 22:06 tanishaprasad

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

github-actions[bot] avatar Jun 22 '24 22:06 github-actions[bot]