View Project
A PWA which can do basic arithmetic in base 2, 8, 10 and 16
Calculator - You can give inputs in base 2 or 8 or 10 or 16 and you can get the output in desired base. For example giving 4b'0010 and 4b'0100 and if you choose to get the product of the them in decimal, you can.
Converter - You can convert a number from any of the 4 bases to any of the other three.
Compliment - You can find the 2's compliment of any number. Again input can be given in any of the 4 bases.
Even though the app is built with web technologies, since it's a PWA you can use it offline as well.
Any output you get can be copied to your clipboard with just one click of a button.
Has support for dark mode as well.
Built with