/Number-System-Algorithm

Console Application used to convert Binary, Octal, and Hexadecimal number systems into their corresponding Decimal representations and Vice Versa.

Primary LanguageJavaScript

Number System Algorithm : Overview

Console Application used to convert Binary, Octal, and Hexadecimal number systems into their corresponding Decimal representations and Vice Versa.



⚒ How does it work?

  1. The program will instruct the user to input both the category and the number they want to convert.


  1. The program will provide both the positive and negative outcomes, along with the final conversion.


  1. Input validations have also been included to enhance ease of use.


🚀 To run this project on your local machine.

  1. Download an extension or node.js
https://nodejs.org/en/download/
  1. Go to the project directory.
cd <project folder>
  1. Make a new terminal and run the command.
 node main
  1. Press tab then hit enter.

📍 Install all dependencies:

npm install