🧮 A JS converter to convert any number to decimal, hexadecimal, or binary.
This is a simple and efficient number converter that allows you to convert numbers between different bases (e.g., binary, decimal, hexadecimal). It is written in JavaScript and provides a user-friendly interface for quick and easy conversions.
To install the dependencies, run the following command:
npm install
To start the application, use the following command:
npm run start
This will open the application in your default web browser, where you can input numbers and select the desired base for conversion.
To build the application for production, use the following command:
npm run build
This will create a dist
directory with the production build of the application.
This project is licensed under the MIT License.