Skip to content

biggujo/radix-calculator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radix calculator

It is a web-based JS-written calculator uses basic HTML+CSS to interact with values.

Main points

  1. Calculator supports radix conversion from 2 (binary) to 16 (hexadecimal)
  2. Only correct numbers are allowed.
  3. Click on the output to copy the number.

To-do:

  • Do input checks
  • Make history of conversions
  • Add adaptive view for mobiles and tablets