RuanAragao / calculator

Create your own calculator
https://ruanaragao.github.io/calculator/
MIT License
27 stars 30 forks source link

closes #63 (Adding Number System Calculator) #71

Closed amanmakhija closed 8 months ago

amanmakhija commented 8 months ago

Pull Request

Description (required)

A number system calculator that can convert a number in binary to decimal, hexadecimal, and octal and vice versa. For converting, one has to input a number select the base of the number from the dropdown menu, and click convert then the result will appear which will contain the conversion in the other three number systems.

Checklist (required)

Screenshots (optional)

If applicable, add screenshots that help visualize the changes you made. Screenshot-1 Screenshot-2 Screenshot-3

Related Issues (required)

Issue: #63.