This small tool is built using React and bignumber.js. It converts numbers (integers and fractions) between radix 2 to 36. Intuitively, we have "a" mapped to decimal "10", "b" mapped to decimal "11", and all the way down "z" mapped to decimal "35".
JSBI is used to ensure cross browser compatibility.
npm run start
starts the development server.npm run build
creates a production build.