Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 2.44 KB

README.md

File metadata and controls

74 lines (44 loc) · 2.44 KB

Number System Calculator [HexaGenius]

This is a user-friendly Number System Calculator web application created by Balla Kavya. You can access the calculator here.

Overview

The Number System Calculator allows you to effortlessly convert numbers between different number systems, including Decimal, Binary, Octal, and Hexadecimal. This README provides information on how to use the calculator and how users can set it up locally for their personal use.

Features

  • Decimal Conversion: Enter a decimal number, and the calculator will instantly provide the equivalent values in Binary, Octal, and Hexadecimal.
  • Binary Conversion: Input a binary number, and the calculator will convert it to Decimal, Octal, and Hexadecimal formats.
  • Octal Conversion: Enter an octal number, and the calculator will display its Decimal, Binary, and Hexadecimal equivalents.
  • Hexadecimal Conversion: Input a hexadecimal number, and the calculator will show its Decimal, Binary, and Octal representations.

Usage

  1. Visit the Number System Calculator website.
  2. Enter a number in any of the input fields.
  3. Instantly view the conversions in the other three number systems.

Local Setup

If you want to use the Number System Calculator locally, follow these steps:

Prerequisites

  • Node.js installed on your machine.

Steps

  1. Clone the repository:

    git clone https://github.com/kavyaballa1020/HexaGenius-Calculator.git
  2. Navigate to the project directory:

    cd number-system-calculator
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000.

Now, you have your own instance of the Number System Calculator running locally!

Contributions

Contributions and feedback are welcome! If you have any suggestions, find a bug, or want to contribute to the project, please create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Author

Feel free to reach out if you have any questions or feedback. Enjoy using the Number System Calculator!