This React app can perform the following conversions:
- Binary to Decimal Number System
- Decimal to Binary Number System
- Octal to Binary Number System
- Binary to Octal Number System
- Binary to Hexadecimal Number System
- Hexadecimal to Binary Number System
- Decimal to Octal Number System
- Octal to Decimal Number System
- Decimal to Hexadecimal Number System
- Hexadecimal to Decimal Number System
- Binary Coded Decimal (BCD) to Decimal Converter
- Decimal to Binary Coded Decimal (BCD) Converter
- ASCII to Binary Converter
- Binary to ASCII Converter
https://number-converter-niteshpk.vercel.app/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v14.17.0 or higher)
- npm (v7.19.1 or higher)
-
Clone the repository:
git clone https://github.com/niteshpk/number-converter.git cd number-converter
-
Install dependencies:
npm install
To run the app in development mode, run the following command:
npm run start
This will start the development server on http://localhost:3000.
- React - JavaScript library for building user interfaces
- Bootstrap - CSS framework for responsive web design
- Nitesh Kesarkar - niteshpk
This project is licensed under the MIT License.