Skip to content

Simple React client to convert the numbers given in one number system to another.

Notifications You must be signed in to change notification settings

niteshpk/number-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple React client to convert the numbers given in one number system to another.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published