Number Base Conversion - Math Visualization
To convert a number from one base to another, we can use the following steps:
- Convert the number to a base 10 number.
- Convert the base 10 number to the new base.
This react website helps us visualize this process.
- Install Node.js
- Install this repository
- Run
yarn install - Run
yarn start - Open http://localhost:3000/
- Enjoy!
Here is a step by step guide to use this program:
- Enter a number to convert.
- Enter the base of the number.
- Enter the base to convert to.
- Click the convert button to convert the number.
This program was created by [Ismail Sacic](
