Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 631 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 631 Bytes

Positional-Number-Converter

  • 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


2022-06-14 09-16-11