Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.54 KB

README.md

File metadata and controls

68 lines (46 loc) · 1.54 KB

Number System Conversion React App

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

Live Demo

https://number-converter-niteshpk.vercel.app/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js (v14.17.0 or higher)
  • npm (v7.19.1 or higher)

Installing

  1. Clone the repository:

    git clone https://github.com/niteshpk/number-converter.git
    cd number-converter
    
  2. Install dependencies:

    npm install
    

Running the app

To run the app in development mode, run the following command:

npm run start

This will start the development server on http://localhost:3000.

Built With

  • React - JavaScript library for building user interfaces
  • Bootstrap - CSS framework for responsive web design

Authors

License

This project is licensed under the MIT License.