Skip to content

Latest commit

 

History

History
 
 

BaseX_Calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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