Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 805 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 805 Bytes

BaseX Calculator

A calculator that can convert numbers from base-X to base-Y. Example: Decimal to Binary, Binary to Octal, Base 3 to Base 6, ..etc.

Functionalities :-

  • Convert from & to decimal, binary, hexadecimal, octal.
  • User can go beyond than the known bases and convert from & to other bases such as base-15.

Built with :-

  • HTML
  • CSS
  • Javascript
  • Bootstrap
  • Code style: Prettier extension

Video :-

Here, I demonstrate how to convert a number from decimal of base 10 to a binary number of base 2.


basexcalc