An open API service indexing awesome lists of open source software.

https://github.com/kavyaballa1020/hexagenius-calculator

A responsive Hexageniuse calculator built with React. Converts between binary, decimal, and hexadecimal. Features intuitive design and real-time calculations. Perfect for all your conversion needs
https://github.com/kavyaballa1020/hexagenius-calculator

css html javascript reactjs

Last synced: 6 months ago
JSON representation

A responsive Hexageniuse calculator built with React. Converts between binary, decimal, and hexadecimal. Features intuitive design and real-time calculations. Perfect for all your conversion needs

Awesome Lists containing this project

README

        

# Number System Calculator [HexaGenius]

This is a user-friendly Number System Calculator web application created by [Balla Kavya](https://github.com/kavyaballa1020). You can access the calculator [here](https://hexagenius-calculator.onrender.com/).

## 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](https://hexagenius-calculator.onrender.com/) 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](https://nodejs.org/) installed on your machine.

### Steps

1. Clone the repository:

```bash
git clone https://github.com/kavyaballa1020/HexaGenius-Calculator.git
```

2. Navigate to the project directory:

```bash
cd number-system-calculator
```

3. Install dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm start
```

5. Open your browser and visit [http://localhost:3000](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](LICENSE.md) file for details.

## Author

- **Balla Kavya**
- GitHub: [kavyaballa1020](https://github.com/kavyaballa1020)

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