- Binary to Hexadecimal
- Binary to Decimal
- Binary to Octal
- Hexadecimal to Decimal
- and so on
This converter uses
- useReducers and useState for state management
- useRef hook is used to grab the input given by the user
Run the following snippet to access the code locally
git clone https://github.com/rohitpatil03/Positional-Number-Converter
cd Positional-Number-Converter
npm install
npm start
Here is a sneak peek